#include <datapart.h>
Public Member Functions | |
| DataPart () | |
| DataPart (const std::shared_ptr< DataSet > &dataSet) | |
| void | parse (const std::shared_ptr< DataSet > &dataSet) |
Public Attributes | |
| std::string | name |
| int | id |
| int | type |
| int | pointSize |
| int | cellSize |
| unsigned long | memorySize |
| DataScalarMap | dataScalars |
| DataVectorMap | dataVectors |
| std::shared_ptr< BoundingBox > | boundingBox |
| std::shared_ptr< DataSet > | dataSet |
| cil::DataPart::DataPart | ( | ) |
| cil::DataPart::DataPart | ( | const std::shared_ptr< DataSet > & | dataSet | ) |
| void cil::DataPart::parse | ( | const std::shared_ptr< DataSet > & | dataSet | ) |
| std::shared_ptr<BoundingBox> cil::DataPart::boundingBox |
| int cil::DataPart::cellSize |
| DataScalarMap cil::DataPart::dataScalars |
| std::shared_ptr<DataSet> cil::DataPart::dataSet |
| DataVectorMap cil::DataPart::dataVectors |
| int cil::DataPart::id |
| unsigned long cil::DataPart::memorySize |
| std::string cil::DataPart::name |
| int cil::DataPart::pointSize |
| int cil::DataPart::type |