![]() |
Castor3D 0.12.0
Multiplatform 3D engine
|
SceneNodeAnimation binary loader. More...
#include <BinarySceneNodeAnimation.hpp>


Additional Inherited Members | |
Public Member Functions inherited from castor3d::BinaryParserBase< SceneNodeAnimation > | |
| virtual | ~BinaryParserBase ()=default |
| BinaryParser< T > | createBinaryParser () |
| Creates a binary parser. More... | |
| bool | parse (SceneNodeAnimation &obj, castor::BinaryFile &file) |
| From file reader function. More... | |
| bool | parse (SceneNodeAnimation &obj, BinaryChunk &chunk) |
| From chunk reader function. More... | |
| bool | parse_v1_1 (SceneNodeAnimation &obj, BinaryChunk &chunk) |
| From chunk reader function. More... | |
| bool | parse_v1_2 (SceneNodeAnimation &obj, BinaryChunk &chunk) |
| From chunk reader function. More... | |
| bool | parse_v1_3 (SceneNodeAnimation &obj, BinaryChunk &chunk) |
| From chunk reader function. More... | |
| bool | parse_v1_4 (SceneNodeAnimation &obj, BinaryChunk &chunk) |
| From chunk reader function. More... | |
Protected Member Functions inherited from castor3d::BinaryParserBase< SceneNodeAnimation > | |
| 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< SceneNodeAnimation > | |
| BinaryChunk * | m_chunk |
| Version | m_fileVersion |
Static Protected Attributes inherited from castor3d::BinaryParserBase< SceneNodeAnimation > | |
| static C3D_API castor::String | Name |
SceneNodeAnimation binary loader.
Loader binaire de SceneNodeAnimation.