#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
struct | ON_aStringHeader |
Defines | |
#define | MAX_MSG_LENGTH 2048 |
#define | MAX_MSG_LENGTH 2048 |
Functions | |
bool | ON_WildCardMatch (const char *s, const char *pattern) |
bool | ON_WildCardMatchNoCase (const char *s, const char *pattern) |
Variables | |
struct { | |
ON_aStringHeader header | |
char s | |
} | empty_astring |
static const char * | pEmptyaString = &empty_astring.s |
static ON_aStringHeader * | pEmptyStringHeader = &empty_astring.header |
#define MAX_MSG_LENGTH 2048 |
#define MAX_MSG_LENGTH 2048 |
bool ON_WildCardMatch | ( | const char * | s, |
const char * | pattern | ||
) |
Definition at line 661 of file opennurbs_string.cpp.
bool ON_WildCardMatchNoCase | ( | const char * | s, |
const char * | pattern | ||
) |
Definition at line 719 of file opennurbs_string.cpp.
struct { ... } empty_astring [static] |
Definition at line 32 of file opennurbs_string.cpp.
const char* pEmptyaString = &empty_astring.s [static] |
Definition at line 36 of file opennurbs_string.cpp.
ON_aStringHeader* pEmptyStringHeader = &empty_astring.header [static] |
Definition at line 35 of file opennurbs_string.cpp.
char s |
Definition at line 33 of file opennurbs_string.cpp.