Inheritance Graph
graph BT
StreamerNGC
StreamerNGC --> AbstractRenderingStreamer
click StreamerNGC "classRendering_1_1Serialization_1_1StreamerNGC"
click AbstractRenderingStreamer "classRendering_1_1Serialization_1_1AbstractRenderingStreamer"
Description
aIFS.read((char) & aVBOData->colorComponentCount, sizeof (unsigned)); aIFS.read((char) & aVBOData->colorOffset, sizeof (unsigned)); aIFS.read((char) & aVBOData->colorType, sizeof (unsigned)); aIFS.read((char) & aVBOData->normalComponentCount, sizeof (unsigned)); aIFS.read((char) & aVBOData->normalOffset, sizeof (unsigned)); aIFS.read((char) & aVBOData->normalType, sizeof (unsigned)); aIFS.read((char) & aVBOData->texCoordComponentCount, sizeof (unsigned)); aIFS.read((char) & aVBOData->texCoordOffset, sizeof (unsigned)); aIFS.read((char*) & aVBOData->texCoordType, sizeof (unsigned));
aIFS.read((char*) & aVBOData->jumpwidth, sizeof (unsigned));
aIFS.read((char) & aVBOData->numOfVerts, sizeof (unsigned)); aIFS.read((char) & aVBOData->numOfFaces, sizeof (unsigned))
aIFS.read(aVBOData->vertexData, aVBOData->numOfVerts * aVBOData->jumpwidth); aIFS.read((char*) aVBOData->facesData, aVBOData->numOfFaces * 3 * sizeof(unsigned));
Public Static Attributes
Public Functions
Public Static Functions
Documentation
variable
Rendering::Serialization::StreamerNGC::fileExtension
Defined in Rendering/Serialization/StreamerNGC.h:56
function
Rendering::Serialization::StreamerNGC::StreamerNGC
Defined in Rendering/Serialization/StreamerNGC.h:46
function
Rendering::Serialization::StreamerNGC::~StreamerNGC
Defined in Rendering/Serialization/StreamerNGC.h:49
function
Rendering::Serialization::StreamerNGC::loadGeneric
Load generic data from the given stream.
Parameters
- input
- Use the data from the stream beginning at the preset position.
Returns
Description list containing the generic data. The caller is responsible for the memory deallocation.
Defined in Rendering/Serialization/StreamerNGC.h:52
function
Rendering::Serialization::StreamerNGC::loadMesh
Load a mesh from the given stream.
Parameters
- input
- Use the data from the stream beginning at the preset position.
Returns
Mesh object. The caller is responsible for the memory deallocation.
Defined in Rendering/Serialization/StreamerNGC.h:53
function
Rendering::Serialization::StreamerNGC::queryCapabilities
Defined in Rendering/Serialization/StreamerNGC.h:55