HDK
|
#include <SOP_FacePointParser.h>
Public Member Functions | |
SOP_PointPositionParser (const GU_Detail *gdp, const UT_StringHolder &str) | |
~SOP_PointPositionParser () override | |
void | pointList (UT_Vector3Array *ptarray) |
![]() | |
SOP_FacePointParser (const GU_Detail *gdp, UT_String &str) | |
SOP_FacePointParser (const GU_Detail *gdp, const UT_StringHolder &str) | |
~SOP_FacePointParser () override | |
![]() | |
GOP_Parser (const UT_String &str) | |
GOP_Parser (const UT_StringHolder &str) | |
virtual | ~GOP_Parser () |
virtual int | doIt () |
Protected Member Functions | |
void | handleError () override |
void | resetPointList () override |
void | referencePoint (GA_Offset point) override |
void | addPoint (const UT_Vector4R &pt, bool relative, bool use_w, const UT_Vector4R &last, SOP_FacePointParser::RefType reftype=RefTypeNone, int pid=-1) override |
![]() | |
void | startToken () |
void | endToken () |
virtual void | parseDispatcher () |
bool | getInt (GA_Index &retval, unsigned state) |
bool | getInt (int &retval, unsigned state) |
bool | getFloat (float &retval, unsigned state) |
bool | getFloat (double &retval, unsigned state) |
bool | isChar (char c) |
bool | isSpace (char c) |
Protected Attributes | |
UT_Vector3Array * | myPointList |
![]() | |
int | myErrorIndex |
const GU_Detail * | myRefGdp |
![]() | |
UT_String | myString |
char * | myTokBegin |
char * | myTokEnd |
char * | myTokLastGood |
unsigned | myCurrentState |
int | myReturnVal |
char | myTempChar |
Additional Inherited Members | |
![]() | |
enum | RefType { RefTypeNone = -1, RefTypePoint = 0, RefTypeBreakpoint = 1, RefTypeRelative = 2 } |
Definition at line 106 of file SOP_FacePointParser.h.
|
inline |
Definition at line 109 of file SOP_FacePointParser.h.
|
inlineoverride |
Definition at line 112 of file SOP_FacePointParser.h.
|
inlineoverrideprotectedvirtual |
Implements SOP_FacePointParser.
Definition at line 138 of file SOP_FacePointParser.h.
|
inlineoverrideprotectedvirtual |
Reimplemented from SOP_FacePointParser.
Definition at line 119 of file SOP_FacePointParser.h.
|
inline |
Definition at line 114 of file SOP_FacePointParser.h.
Implements SOP_FacePointParser.
Definition at line 133 of file SOP_FacePointParser.h.
|
inlineoverrideprotectedvirtual |
Implements SOP_FacePointParser.
Definition at line 127 of file SOP_FacePointParser.h.
|
protected |
Definition at line 163 of file SOP_FacePointParser.h.