|
VTK
9.3.0
|
#include <OMFElement.h>
Public Member Functions | |
| PointSetElement (const std::string &uid, double globalOrigin[3]) | |
Public Member Functions inherited from omf::ProjectElement | |
| ProjectElement (const std::string &uid, double globalOrigin[3]) | |
| virtual | ~ProjectElement ()=default |
| virtual void | ProcessJSON (std::shared_ptr< OMFFile > &file, const Json::Value &element, vtkPartitionedDataSet *output, bool writeOutTextures, bool columnMajorOrdering) |
Protected Member Functions | |
| void | ProcessGeometry (std::shared_ptr< OMFFile > &file, const std::string &geometryUID, vtkPartitionedDataSet *output) override |
Protected Member Functions inherited from omf::ProjectElement | |
| virtual void | ProcessDataFields (std::shared_ptr< OMFFile > &file, const Json::Value &dataJSON, vtkPartitionedDataSet *output) |
| virtual void | ProcessColumnOrdering (std::shared_ptr< OMFFile > &, const Json::Value &, vtkPartitionedDataSet *) |
| virtual void | ProcessTextures (std::shared_ptr< OMFFile > &file, const Json::Value &textureJSON, vtkPartitionedDataSet *output, const std::string &elementName) |
Additional Inherited Members | |
Protected Attributes inherited from omf::ProjectElement | |
| std::string | UID |
| double | GlobalOrigin [3] = { 0, 0, 0 } |
Definition at line 48 of file OMFElement.h.
|
inline |
Definition at line 51 of file OMFElement.h.
|
overrideprotectedvirtual |
Implements omf::ProjectElement.