My Project
Public Member Functions | Static Public Member Functions | List of all members
ParaEngine::XFileCharModelExporter Class Reference
Inheritance diagram for ParaEngine::XFileCharModelExporter:
ParaEngine::XFileExporter

Public Member Functions

 XFileCharModelExporter (ofstream &strm, CParaXModel *pMesh)
 
void ExportParaXModel (ofstream &strm)
 
- Public Member Functions inherited from ParaEngine::XFileExporter
 XFileExporter (ofstream &strm)
 

Static Public Member Functions

static bool Export (const string &filepath, CParaXModel *pMesh)
 

Additional Inherited Members

- Protected Member Functions inherited from ParaEngine::XFileExporter
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)
 
- Protected Attributes inherited from ParaEngine::XFileExporter
vector< uint32 > m_vecInt
 
vector< float > m_vecFloat
 

The documentation for this class was generated from the following files: