Castor3D  ..
Public Member Functions | List of all members
Castor3D::ChunkParser< Castor::Point4f > Class Template Reference

ChunkParser specialisation for Castor::Point4f. More...

+ Inheritance diagram for Castor3D::ChunkParser< Castor::Point4f >:
+ Collaboration diagram for Castor3D::ChunkParser< Castor::Point4f >:

Public Member Functions

bool operator() (Castor::Point4f &p_value, BinaryChunk &p_chunk)
 Retrieves a value from a chunk. More...
 
- Public Member Functions inherited from Castor3D::ChunkParserBase
bool operator() (uint8_t *p_pValues, uint32_t p_uiSize, BinaryChunk &p_chunk)
 Retrieves a value array from a chunk. More...
 

Detailed Description

template<>
class Castor3D::ChunkParser< Castor::Point4f >

ChunkParser specialisation for Castor::Point4f.

Author
Sylvain DOREMUS
Version
0.7.0.0
Date
08/04/2014

Member Function Documentation

◆ operator()()

bool Castor3D::ChunkParser< Castor::Point4f >::operator() ( Castor::Point4f &  p_value,
BinaryChunk p_chunk 
)
inline

Retrieves a value from a chunk.

Parameters
[out]p_valueReceives the parsed value
[in]p_chunkThe chunk containing the value
Returns
false if any error occured

References Castor3D::ChunkParserBase::operator()().

+ Here is the call graph for this function:

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