Loading...
Searching...
No Matches
VTK Enumerations
Collaboration diagram for VTK Enumerations:

Enumerations | |
enum class | bitpit::VTKDataType { UNDEFINED , Int8 , Int16 , Int32 , Int64 , UInt8 , UInt16 , UInt32 , UInt64 , Float32 , Float64 } |
enum class | bitpit::VTKElementType { UNDEFINED = -1 , VERTEX = 1 , LINE = 3 , TRIANGLE = 5 , POLYGON = 7 , PIXEL = 8 , QUAD = 9 , TETRA = 10 , VOXEL = 11 , HEXAHEDRON = 12 , WEDGE = 13 , PYRAMID = 14 , QUADRATIC_EDGE = 21 , QUADRATIC_TRIANGLE = 22 , QUADRATIC_QUAD = 23 , QUADRATIC_TETRA = 24 , QUADRATIC_HEXAHEDRON = 25 , POLYHEDRON = 42 } |
enum class | bitpit::VTKFieldType { UNDEFINED = -1 , SCALAR = 0 , VECTOR = 1 , TENSOR = 2 } |
enum class | bitpit::VTKFormat { UNDEFINED , ASCII , APPENDED } |
enum class | bitpit::VTKLocation { UNDEFINED , CELL , POINT } |
enum class | bitpit::VTKRectilinearField { X_COORDS = 0 , Y_COORDS = 1 , Z_COORDS = 2 } |
enum class | bitpit::VTKUnstructuredField { POINTS = 0 , OFFSETS = 1 , TYPES = 2 , CONNECTIVITY = 3 , FACE_STREAMS = 4 , FACE_OFFSETS = 5 } |
enum class | bitpit::VTKWriteMode { DEFAULT = 0 , NO_INCREMENT =1 , NO_SERIES =2 } |
Detailed Description
Enumeration Type Documentation
◆ VTKDataType
|
strong |
◆ VTKElementType
|
strong |
Enum class listing different element types supported by VTKUnstructuredGrid
◆ VTKFieldType
|
strong |
◆ VTKFormat
|
strong |
◆ VTKLocation
|
strong |
◆ VTKRectilinearField
|
strong |
Enum class listing different geometry fields used by VTKRectilinearGrid
◆ VTKUnstructuredField
|
strong |
Enum class listing different geometry fields used by VTKUnstructuredGrid
◆ VTKWriteMode
|
strong |
