|
| template<typename TYPE > |
| static TYPE | ConvertTo (ValueUnion v, EDataType eType) |
| | Convert a property value to a given type TYPE. More...
|
| |
| static ValueUnion | DefaultValue (EDataType eType) |
| | Get the default value for a given data type. More...
|
| |
| static bool | ParseInstance (const char *&pCur, const Property *prop, PropertyInstance *p_pcOut) |
| | Parse a property instance. More...
|
| |
| static bool | ParseInstanceBinary (IOStreamBuffer< char > &streamBuffer, std::vector< char > &buffer, const char *&pCur, unsigned int &bufferSize, const Property *prop, PropertyInstance *p_pcOut, bool p_bBE) |
| | Parse a property instance in binary format. More...
|
| |
| static bool | ParseValue (const char *&pCur, EDataType eType, ValueUnion *out) |
| | Parse a value. More...
|
| |
| static bool | ParseValueBinary (IOStreamBuffer< char > &streamBuffer, std::vector< char > &buffer, const char *&pCur, unsigned int &bufferSize, EDataType eType, ValueUnion *out, bool p_bBE) |
| | Parse a binary value. More...
|
| |
Instance of a property in a PLY file.