|
VTK
9.4.2
|
Classes | |
| class | DataArray |
Typedefs | |
| using | DataSet = std::map< std::string, DataArray > |
| key: variable name, value: DataArray | |
| using | Piece = std::map< DataSetType, DataSet > |
Enumerations | |
| enum class | DataSetType { CellData , PointData , Points , Coordinates , Cells , Verts , Lines , Strips , Polys } |
| using vtx::types::DataSet = typedef std::map<std::string, DataArray> |
key: variable name, value: DataArray
Definition at line 28 of file VTXTypes.h.
| using vtx::types::Piece = typedef std::map<DataSetType, DataSet> |
Definition at line 43 of file VTXTypes.h.
|
strong |
| Enumerator | |
|---|---|
| CellData | |
| PointData | |
| Points | |
| Coordinates | |
| Cells | |
| Verts | |
| Lines | |
| Strips | |
| Polys | |
Definition at line 30 of file VTXTypes.h.