#include "SOP_API.h"#include <GOP/GOP_Parser.h>#include <UT/UT_Math.h>#include "SOP_Curve.h"Go to the source code of this file.
Classes | |
| class | SOP_FacePointParser |
Defines | |
| #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 CHAR_BRACKETCLOSE ']' |
Definition at line 35 of file SOP_FacePointParser.h.
| #define CHAR_BRACKETOPEN '[' |
Definition at line 34 of file SOP_FacePointParser.h.
| #define CHAR_BREAKPOINT 'b' |
Definition at line 33 of file SOP_FacePointParser.h.
| #define CHAR_POINT 'p' |
Definition at line 30 of file SOP_FacePointParser.h.
| #define CHAR_POINTCOPY 'P' |
Definition at line 31 of file SOP_FacePointParser.h.
| #define CHAR_RELATIVE '@' |
Definition at line 32 of file SOP_FacePointParser.h.
| #define CHAR_UV_DELIM ',' |
Definition at line 37 of file SOP_FacePointParser.h.
| #define CHAR_XYZW_DELIM ',' |
Definition at line 36 of file SOP_FacePointParser.h.
1.5.9