#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"#include "pcl/surface/3rdparty/opennurbs/opennurbs_version.h"
Go to the source code of this file.
Defines | |
| #define | OPENNURBS_VERSION_DEFINITION |
Enumerations | |
| enum | distance_display_mode { decimal = 0, fractional = 1, feet_inches = 2 } |
Functions | |
| static bool | IsEnglishUnit (ON::unit_system us) |
| static int | on__hack__tolower (int c) |
| static int | on__hack__wcsicmp (const wchar_t *s1, const wchar_t *s2) |
| unsigned int | ON_GetStringConversionWindowsCodePage () |
| unsigned int | ON_GetStringConversionWindowsLocaleID () |
| int | on_MultiByteToWideChar (const char *lpMultiByteStr, int cchMultiByte, wchar_t *lpWideCharStr, int cchWideChar) |
| unsigned int | ON_SetStringConversionWindowsCodePage (unsigned int code_page) |
| unsigned int | ON_SetStringConversionWindowsLocaleID (unsigned int locale_id, ON_BOOL32 bWin9X) |
| void | on_splitpath (const char *path, const char **drive, const char **dir, const char **fname, const char **ext) |
| int | on_stricmp (const char *s1, const char *s2) |
| char * | on_strlwr (char *s) |
| char * | on_strrev (char *s) |
| char * | on_strupr (char *s) |
| int | on_vsnprintf (char *buffer, size_t count, const char *format, va_list argptr) |
| int | on_vsnwprintf (wchar_t *buffer, size_t count, const wchar_t *format, va_list argptr) |
| int | on_wcsicmp (const wchar_t *s1, const wchar_t *s2) |
| wchar_t * | on_wcslwr (wchar_t *s) |
| wchar_t * | on_wcsrev (wchar_t *s) |
| wchar_t * | on_wcsupr (wchar_t *s) |
| int | on_WideCharToMultiByte (const wchar_t *lpWideCharStr, int cchWideChar, char *lpMultiByteStr, int cchMultiByte) |
| void | on_wsplitpath (const wchar_t *path, const wchar_t **drive, const wchar_t **dir, const wchar_t **fname, const wchar_t **ext) |
Variables | |
| static unsigned int | g_s__windows_code_page = 0 |
| static unsigned int | g_s__windows_locale_id = 0 |
| static unsigned int | g_s__windows_locale_os = 0 |
| #define OPENNURBS_VERSION_DEFINITION |
Definition at line 1491 of file opennurbs_defines.cpp.
| static bool IsEnglishUnit | ( | ON::unit_system | us | ) | [static] |
Definition at line 1238 of file opennurbs_defines.cpp.
| static int on__hack__tolower | ( | int | c | ) | [static] |
Definition at line 115 of file opennurbs_defines.cpp.
| static int on__hack__wcsicmp | ( | const wchar_t * | s1, |
| const wchar_t * | s2 | ||
| ) | [static] |
Definition at line 347 of file opennurbs_defines.cpp.
| unsigned int ON_GetStringConversionWindowsCodePage | ( | ) |
Definition at line 2215 of file opennurbs_defines.cpp.
| unsigned int ON_GetStringConversionWindowsLocaleID | ( | ) |
Definition at line 109 of file opennurbs_defines.cpp.
| int on_MultiByteToWideChar | ( | const char * | lpMultiByteStr, |
| int | cchMultiByte, | ||
| wchar_t * | lpWideCharStr, | ||
| int | cchWideChar | ||
| ) |
Definition at line 761 of file opennurbs_defines.cpp.
| unsigned int ON_SetStringConversionWindowsCodePage | ( | unsigned int | code_page | ) |
Definition at line 2208 of file opennurbs_defines.cpp.
| unsigned int ON_SetStringConversionWindowsLocaleID | ( | unsigned int | locale_id, |
| ON_BOOL32 | bWin9X | ||
| ) |
Definition at line 101 of file opennurbs_defines.cpp.
| void on_splitpath | ( | const char * | path, |
| const char ** | drive, | ||
| const char ** | dir, | ||
| const char ** | fname, | ||
| const char ** | ext | ||
| ) |
Definition at line 829 of file opennurbs_defines.cpp.
| int on_stricmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Definition at line 33 of file opennurbs_defines.cpp.
| char* on_strlwr | ( | char * | s | ) |
Definition at line 60 of file opennurbs_defines.cpp.
| char* on_strrev | ( | char * | s | ) |
Definition at line 76 of file opennurbs_defines.cpp.
| char* on_strupr | ( | char * | s | ) |
Definition at line 44 of file opennurbs_defines.cpp.
| int on_vsnprintf | ( | char * | buffer, |
| size_t | count, | ||
| const char * | format, | ||
| va_list | argptr | ||
| ) |
Definition at line 788 of file opennurbs_defines.cpp.
| int on_vsnwprintf | ( | wchar_t * | buffer, |
| size_t | count, | ||
| const wchar_t * | format, | ||
| va_list | argptr | ||
| ) |
Definition at line 803 of file opennurbs_defines.cpp.
| int on_wcsicmp | ( | const wchar_t * | s1, |
| const wchar_t * | s2 | ||
| ) |
Definition at line 382 of file opennurbs_defines.cpp.
| wchar_t* on_wcslwr | ( | wchar_t * | s | ) |
Definition at line 521 of file opennurbs_defines.cpp.
| wchar_t* on_wcsrev | ( | wchar_t * | s | ) |
Definition at line 697 of file opennurbs_defines.cpp.
| wchar_t* on_wcsupr | ( | wchar_t * | s | ) |
Definition at line 495 of file opennurbs_defines.cpp.
| int on_WideCharToMultiByte | ( | const wchar_t * | lpWideCharStr, |
| int | cchWideChar, | ||
| char * | lpMultiByteStr, | ||
| int | cchMultiByte | ||
| ) |
Definition at line 734 of file opennurbs_defines.cpp.
| void on_wsplitpath | ( | const wchar_t * | path, |
| const wchar_t ** | drive, | ||
| const wchar_t ** | dir, | ||
| const wchar_t ** | fname, | ||
| const wchar_t ** | ext | ||
| ) |
Definition at line 934 of file opennurbs_defines.cpp.
unsigned int g_s__windows_code_page = 0 [static] |
Definition at line 2206 of file opennurbs_defines.cpp.
unsigned int g_s__windows_locale_id = 0 [static] |
Definition at line 97 of file opennurbs_defines.cpp.
unsigned int g_s__windows_locale_os = 0 [static] |
Definition at line 98 of file opennurbs_defines.cpp.