Inheritance Graph
graph BT
StreamerXYZ
StreamerXYZ --> AbstractRenderingStreamer
click StreamerXYZ "classRendering_1_1Serialization_1_1StreamerXYZ"
click AbstractRenderingStreamer "classRendering_1_1Serialization_1_1AbstractRenderingStreamer"
Description
Public Static Attributes
Public Functions
Public Static Functions
Documentation
variable
Rendering::Serialization::StreamerXYZ::fileExtension
Defined in Rendering/Serialization/StreamerXYZ.h:43
function
Rendering::Serialization::StreamerXYZ::StreamerXYZ
Defined in Rendering/Serialization/StreamerXYZ.h:23
function
Rendering::Serialization::StreamerXYZ::~StreamerXYZ
Defined in Rendering/Serialization/StreamerXYZ.h:26
function
Rendering::Serialization::StreamerXYZ::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/StreamerXYZ.h:29
function
Rendering::Serialization::StreamerXYZ::loadMesh
|
|
|
|
|
|
Mesh * loadMesh( |
std::istream & |
input, |
|
std::size_t |
numPoints |
) |
|
|
Defined in Rendering/Serialization/StreamerXYZ.h:32
function
Rendering::Serialization::StreamerXYZ::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/StreamerXYZ.h:33
function
Rendering::Serialization::StreamerXYZ::clusterPoints
Distributes the points in the given xyz-input file intonumberOfClusters
many .xyz-files in the same directory (having a number postfix). This function should handle files of arbitrary size.
Defined in Rendering/Serialization/StreamerXYZ.h:39
function
Rendering::Serialization::StreamerXYZ::clusterPoints
|
|
|
|
|
|
void clusterPoints( |
std::istream & |
input, |
|
std::vector< std::ostream * > & |
outputs |
) |
|
|
Defined in Rendering/Serialization/StreamerXYZ.h:40
function
Rendering::Serialization::StreamerXYZ::queryCapabilities
Defined in Rendering/Serialization/StreamerXYZ.h:42