|
VTK
9.5.20251113
|
#include "vtkCommonDataModelModule.h"#include "vtkDeprecation.h"#include "vtkObject.h"#include "vtkSmartPointer.h"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 >, vtkArrayTypes::VTK_CONSTANT_ARRAY > |
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>, vtkArrayTypes::VTK_CONSTANT_ARRAY> |
Definition at line 102 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 105 of file vtkStructuredData.h.