#include <datapart.h>
Public Member Functions | |
| DataPart () | |
Public Attributes | |
| std::string | name |
| int | id |
| int | type |
| int | pointSize |
| int | cellSize |
| DataScalarMap | dataScalars |
| DataVectorMap | dataVectors |
| std::shared_ptr< BoundingBox > | boundingBox |
| std::shared_ptr< DataSet > | dataSet |
| cil::DataPart::DataPart | ( | ) |
| 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 |
| std::string cil::DataPart::name |
| int cil::DataPart::pointSize |
| int cil::DataPart::type |