HDK
|
Go to the source code of this file.
Classes | |
class | SOP_FacePointParser |
class | SOP_PointPositionParser |
Macros | |
#define | CHAR_POINT 'p' |
#define | CHAR_POINTCOPY 'P' |
#define | CHAR_RELATIVE '@' |
#define | CHAR_BREAKPOINT 'b' |
#define | CHAR_BRACKETOPEN '[' |
#define | CHAR_BRACKETCLOSE ']' |
#define | CHAR_XYZW_DELIM ',' |
#define | CHAR_UV_DELIM ',' |
#define | DEBUG_addPoint 0 |
#define CHAR_BRACKETCLOSE ']' |
Definition at line 27 of file SOP_FacePointParser.h.
#define CHAR_BRACKETOPEN '[' |
Definition at line 26 of file SOP_FacePointParser.h.
#define CHAR_BREAKPOINT 'b' |
Definition at line 25 of file SOP_FacePointParser.h.
#define CHAR_POINT 'p' |
Definition at line 22 of file SOP_FacePointParser.h.
#define CHAR_POINTCOPY 'P' |
Definition at line 23 of file SOP_FacePointParser.h.
#define CHAR_RELATIVE '@' |
Definition at line 24 of file SOP_FacePointParser.h.
#define CHAR_UV_DELIM ',' |
Definition at line 29 of file SOP_FacePointParser.h.
#define CHAR_XYZW_DELIM ',' |
Definition at line 28 of file SOP_FacePointParser.h.
#define DEBUG_addPoint 0 |