#include <OMFElement.h>
|
| void | ProcessGeometry (std::shared_ptr< OMFFile > &file, const std::string &geometryUID, vtkPartitionedDataSet *output) override |
| |
| void | ProcessColumnOrdering (std::shared_ptr< OMFFile > &file, const Json::Value &dataJSON, vtkPartitionedDataSet *output) override |
| |
| virtual void | ProcessGeometry (std::shared_ptr< OMFFile > &file, const std::string &geometryUID, vtkPartitionedDataSet *output)=0 |
| |
| 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) |
| |
Definition at line 87 of file OMFElement.h.
◆ VolumeElement()
| omf::VolumeElement::VolumeElement |
( |
const std::string & |
uid, |
|
|
double |
globalOrigin[3] |
|
) |
| |
|
inline |
◆ ProcessGeometry()
| void omf::VolumeElement::ProcessGeometry |
( |
std::shared_ptr< OMFFile > & |
file, |
|
|
const std::string & |
geometryUID, |
|
|
vtkPartitionedDataSet * |
output |
|
) |
| |
|
overrideprotectedvirtual |
◆ ProcessColumnOrdering()
| void omf::VolumeElement::ProcessColumnOrdering |
( |
std::shared_ptr< OMFFile > & |
file, |
|
|
const Json::Value & |
dataJSON, |
|
|
vtkPartitionedDataSet * |
output |
|
) |
| |
|
overrideprotectedvirtual |
◆ Dimensions
| size_t omf::VolumeElement::Dimensions[3] |
|
protected |
The documentation for this class was generated from the following file: