![]() |
#include "SurgSim/DataStructures/PlyReaderDelegate.h"
#include "SurgSim/DataStructures/OctreeNode.h"
#include "SurgSim/DataStructures/EmptyData.h"
#include "SurgSim/DataStructures/OctreeNodePlyReaderDelegate-inl.h"
Go to the source code of this file.
Classes | |
class | SurgSim::DataStructures::OctreeNodePlyReaderDelegateBase |
Delegate to read Octrees from ply files, this is the abstract base class, to let us modify loading by datatype. More... | |
struct | SurgSim::DataStructures::OctreeNodePlyReaderDelegateBase::BoundsData |
Data Structure to receive the bounds information. More... | |
struct | SurgSim::DataStructures::OctreeNodePlyReaderDelegateBase::SpacingData |
Data structure to receive the spacing information from the file. More... | |
struct | SurgSim::DataStructures::OctreeNodePlyReaderDelegateBase::DimensionData |
Data structure to receive the dimension information from the file. More... | |
struct | SurgSim::DataStructures::OctreeNodePlyReaderDelegateBase::VoxelData |
Data structure to receive the specific voxel information from the file. More... | |
class | SurgSim::DataStructures::OctreeNodePlyReaderDelegate< Data > |
Subclass the OctreeNodePLyReaderDelegateBase class to enable processing of the templated data, this should be specialized to enable specific processing of various extended node types. More... | |
Namespaces | |
SurgSim | |
SurgSim::DataStructures | |