VTK
9.1.0
|
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 39 of file VTXTypes.h.
using vtx::types::Piece = typedef std::map<DataSetType, DataSet> |
Definition at line 54 of file VTXTypes.h.
|
strong |
Enumerator | |
---|---|
CellData | |
PointData | |
Points | |
Coordinates | |
Cells | |
Verts | |
Lines | |
Strips | |
Polys |
Definition at line 41 of file VTXTypes.h.