VTK
9.5.20250713
|
Go to the source code of this file.
Classes | |
class | vtkStructuredData |
Singleton class for topologically regular data. More... | |
Typedefs | |
template<typename Type > | |
using | vtkConstantArray = vtkImplicitArray< vtkConstantImplicitBackend< Type > > |
Enumerations | |
enum | vtkStructuredDataType { VTK_UNCHANGED , VTK_SINGLE_POINT = 1 , VTK_X_LINE = 2 , VTK_Y_LINE = 3 , VTK_Z_LINE = 4 , VTK_XY_PLANE , VTK_YZ_PLANE , VTK_XZ_PLANE , VTK_XYZ_GRID , VTK_EMPTY = 9 } |
using vtkConstantArray = vtkImplicitArray<vtkConstantImplicitBackend<Type> > |
Definition at line 81 of file vtkStructuredData.h.
Enumerator | |
---|---|
VTK_UNCHANGED | |
VTK_SINGLE_POINT | |
VTK_X_LINE | |
VTK_Y_LINE | |
VTK_Z_LINE | |
VTK_XY_PLANE | |
VTK_YZ_PLANE | |
VTK_XZ_PLANE | |
VTK_XYZ_GRID | |
VTK_EMPTY |
Definition at line 83 of file vtkStructuredData.h.