Castor3D 0.12.0
Multiplatform 3D engine
List of all members
castor3d::BinaryParser< MeshAnimation > Class Reference

MeshAnimation binary loader. More...

#include <BinaryMeshAnimation.hpp>

Inheritance diagram for castor3d::BinaryParser< MeshAnimation >:
Inheritance graph
[legend]
Collaboration diagram for castor3d::BinaryParser< MeshAnimation >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from castor3d::BinaryParserBase< MeshAnimation >
virtual ~BinaryParserBase ()=default
 
BinaryParser< T > createBinaryParser ()
 Creates a binary parser. More...
 
bool parse (MeshAnimation &obj, castor::BinaryFile &file)
 From file reader function. More...
 
bool parse (MeshAnimation &obj, BinaryChunk &chunk)
 From chunk reader function. More...
 
bool parse_v1_1 (MeshAnimation &obj, BinaryChunk &chunk)
 From chunk reader function. More...
 
bool parse_v1_2 (MeshAnimation &obj, BinaryChunk &chunk)
 From chunk reader function. More...
 
bool parse_v1_3 (MeshAnimation &obj, BinaryChunk &chunk)
 From chunk reader function. More...
 
bool parse_v1_4 (MeshAnimation &obj, BinaryChunk &chunk)
 From chunk reader function. More...
 
- Protected Member Functions inherited from castor3d::BinaryParserBase< MeshAnimation >
bool doParseHeader (BinaryChunk &chunk) const
 Parses the header chunk. More...
 
bool doParseChunk (T *values, size_t count, BinaryChunk &chunk) const
 Retrieves a value array from a chunk. More...
 
bool doParseChunk (T(&values)[Count], BinaryChunk &chunk) const
 Retrieves a value array from a chunk. More...
 
bool doParseChunk (std::array< T, Count > &values, BinaryChunk &chunk) const
 Retrieves a value array from a chunk. More...
 
bool doParseChunk (std::vector< T > &values, BinaryChunk &chunk) const
 Retrieves a value array from a chunk. More...
 
bool doParseChunk (T &value, BinaryChunk &chunk) const
 Retrieves a value from a chunk. More...
 
bool doGetSubChunk (BinaryChunk &chunk)
 Retrieves a subchunk. More...
 
void checkError (bool result, castor::String const &text) const
 
- Protected Attributes inherited from castor3d::BinaryParserBase< MeshAnimation >
BinaryChunkm_chunk
 
Version m_fileVersion
 
- Static Protected Attributes inherited from castor3d::BinaryParserBase< MeshAnimation >
static C3D_API castor::String Name
 

Detailed Description

MeshAnimation binary loader.

Author
Sylvain DOREMUS
Version
0.8.0
Date
26/01/2016

Loader binaire de MeshAnimation.


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