VTK  9.3.20240418
Classes | Typedefs | Enumerations
vtx::types Namespace Reference

Classes

class  DataArray
 

Typedefs

using DataSet = std::map< std::string, DataArray >
 key: variable name, value: DataArray More...
 
using Piece = std::map< DataSetType, DataSet >
 

Enumerations

enum class  DataSetType {
  CellData , PointData , Points , Coordinates ,
  Cells , Verts , Lines , Strips ,
  Polys
}
 

Typedef Documentation

◆ DataSet

using vtx::types::DataSet = typedef std::map<std::string, DataArray>

key: variable name, value: DataArray

Definition at line 28 of file VTXTypes.h.

◆ Piece

using vtx::types::Piece = typedef std::map<DataSetType, DataSet>

Definition at line 43 of file VTXTypes.h.

Enumeration Type Documentation

◆ DataSetType

Enumerator
CellData 
PointData 
Points 
Coordinates 
Cells 
Verts 
Lines 
Strips 
Polys 

Definition at line 30 of file VTXTypes.h.