Castor3D
..
|
ChunkFiller specialisation for Castor::Point2d. More...
Public Member Functions | |
bool | operator() (Castor::Point2d const &p_value, eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) |
Writes a subchunk value into a chunk. More... | |
Public Member Functions inherited from Castor3D::ChunkFillerBase | |
bool | operator() (uint8_t const *p_values, uint32_t p_size, eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) |
Writes a subchunk value into a chunk. More... | |
ChunkFiller specialisation for Castor::Point2d.
|
inline |
Writes a subchunk value into a chunk.
[in] | p_value | The value |
[in] | p_chunkType | The subchunk type |
[in] | p_chunk | The chunk |
false
if any error occured References Castor3D::ChunkFillerBase::operator()().