Inheritance Graph
graph BT
StreamerPLY
StreamerPLY --> AbstractRenderingStreamer
click StreamerPLY "classRendering_1_1Serialization_1_1StreamerPLY"
click AbstractRenderingStreamer "classRendering_1_1Serialization_1_1AbstractRenderingStreamer"
Description
Public Static Attributes
Public Functions
Public Static Functions
Documentation
variable
Rendering::Serialization::StreamerPLY::fileExtension
Defined in Rendering/Serialization/StreamerPLY.h:32
function
Rendering::Serialization::StreamerPLY::StreamerPLY
Defined in Rendering/Serialization/StreamerPLY.h:21
function
Rendering::Serialization::StreamerPLY::~StreamerPLY
Defined in Rendering/Serialization/StreamerPLY.h:24
function
Rendering::Serialization::StreamerPLY::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/StreamerPLY.h:27
function
Rendering::Serialization::StreamerPLY::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/StreamerPLY.h:28
function
Rendering::Serialization::StreamerPLY::saveMesh
Save a mesh to the given stream.
Parameters
- mesh
- Mesh object to save.
- output
- Use the stream for writing beginning at the preset position.
Returns
true
if successful,false
otherwise.
Defined in Rendering/Serialization/StreamerPLY.h:29
function
Rendering::Serialization::StreamerPLY::queryCapabilities
Defined in Rendering/Serialization/StreamerPLY.h:31