#include <part.h>
Public Member Functions | |
| Part () | |
| int | id () const |
| void | setId (int nId) |
| const std::string & | name () const |
| void | setName (const std::string &strName) |
| const int | type () const |
| const std::shared_ptr< DataSet > & | dataSet () const |
| void | setDataSet (const std::shared_ptr< DataSet > &dataSet) |
| const int | pointSize () const |
| const int | cellSize () const |
| const std::shared_ptr< ResultGroup > & | scalars () const |
| const std::shared_ptr< ResultGroup > & | vectors () const |
| const std::shared_ptr< BoundingBox > & | boundingBox () const |
| cil::Part::Part | ( | ) |
| const std::shared_ptr< BoundingBox > & cil::Part::boundingBox | ( | ) | const |
| const int cil::Part::cellSize | ( | ) | const |
| const std::shared_ptr< DataSet > & cil::Part::dataSet | ( | ) | const |
| int cil::Part::id | ( | ) | const |
| const std::string & cil::Part::name | ( | ) | const |
| const int cil::Part::pointSize | ( | ) | const |
| const std::shared_ptr< ResultGroup > & cil::Part::scalars | ( | ) | const |
| void cil::Part::setDataSet | ( | const std::shared_ptr< DataSet > & | dataSet | ) |
| void cil::Part::setId | ( | int | nId | ) |
| void cil::Part::setName | ( | const std::string & | strName | ) |
| const int cil::Part::type | ( | ) | const |
| const std::shared_ptr< ResultGroup > & cil::Part::vectors | ( | ) | const |