|
| XFileCharModelExporter (ofstream &strm, CParaXModel *pMesh) |
|
void | ExportParaXModel (ofstream &strm) |
|
| XFileExporter (ofstream &strm) |
|
|
static bool | Export (const string &filepath, CParaXModel *pMesh) |
|
|
void | WriteHeader (ofstream &strm) |
|
void | WriteBinWord (ofstream &strm, uint16 nWord) |
|
void | WriteBinDWord (ofstream &strm, uint32 nDWord) |
|
void | WriteString (ofstream &strm, const string &str) |
|
void | WriteName (ofstream &strm, const string &name) |
|
bool | WriteToken (ofstream &strm, const string &token) |
|
void | WriteToken (ofstream &strm, XFileToken enToken) |
|
void | WriteCharArray (ofstream &strm, char *cInput, int nCount) |
|
void | WriteInt (ofstream &strm, uint32 nInt) |
|
void | WriteShort (ofstream &strm, uint16 nInt) |
|
void | WriteIntArray (ofstream &strm) |
|
void | WriteFloat (ofstream &strm, float f) |
|
void | WriteFloatArray (ofstream &strm) |
|
void | WriteIntAndFloatArray (ofstream &strm) |
|
void | WriteVector2 (ofstream &strm, Vector2 vec2) |
|
void | WriteVector3 (ofstream &strm, Vector3 vec3) |
|
void | WriteRGB (ofstream &strm, Vector3 color) |
|
void | WriteRGBA (ofstream &strm, LinearColor color) |
|
vector< uint32 > | m_vecInt |
|
vector< float > | m_vecFloat |
|
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/ParaXModel/XFileCharModelExporter.h
- Client/trunk/ParaEngineClient/ParaXModel/XFileCharModelExporter.cpp