|
HDK
|
#include <SOP_PolyKnitParser.h>
Inheritance diagram for SOP_PolyKnitParser:Public Member Functions | |
| SOP_PolyKnitParser (UT_String &str, GU_Detail &gdp, UT_IntArray &ptArray, UT_IntArray &typeArray) | |
| ~SOP_PolyKnitParser () override | |
| bool | haveMetas () const |
| const char * | errorToken () const |
Public Member Functions inherited from GOP_Parser | |
| GOP_Parser (const UT_String &str) | |
| GOP_Parser (const UT_StringHolder &str) | |
| virtual | ~GOP_Parser () |
| virtual int | doIt () |
Protected Member Functions | |
| void | handleError () override |
Protected Member Functions inherited from GOP_Parser | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from GOP_Parser | |
| UT_String | myString |
| char * | myTokBegin |
| char * | myTokEnd |
| char * | myTokLastGood |
| unsigned | myCurrentState |
| int | myReturnVal |
| char | myTempChar |
Definition at line 43 of file SOP_PolyKnitParser.h.
| SOP_PolyKnitParser::SOP_PolyKnitParser | ( | UT_String & | str, |
| GU_Detail & | gdp, | ||
| UT_IntArray & | ptArray, | ||
| UT_IntArray & | typeArray | ||
| ) |
|
inlineoverride |
Definition at line 48 of file SOP_PolyKnitParser.h.
|
inline |
Definition at line 53 of file SOP_PolyKnitParser.h.
|
overrideprotectedvirtual |
Implements GOP_Parser.
|
inline |
Definition at line 50 of file SOP_PolyKnitParser.h.