|
VTK
9.5.2
|
Go to the source code of this file.
Classes | |
| class | vtkStructuredData |
| Singleton class for topologically regular data. More... | |
Macros | |
| #define | VTK_UNCHANGED 0 |
| #define | VTK_SINGLE_POINT 1 |
| #define | VTK_X_LINE 2 |
| #define | VTK_Y_LINE 3 |
| #define | VTK_Z_LINE 4 |
| #define | VTK_XY_PLANE 5 |
| #define | VTK_YZ_PLANE 6 |
| #define | VTK_XZ_PLANE 7 |
| #define | VTK_XYZ_GRID 8 |
| #define | VTK_EMPTY 9 |
Typedefs | |
| template<typename Type > | |
| using | vtkConstantArray = vtkImplicitArray< vtkConstantImplicitBackend< Type > > |
| #define VTK_UNCHANGED 0 |
Definition at line 100 of file vtkStructuredData.h.
| #define VTK_SINGLE_POINT 1 |
Definition at line 101 of file vtkStructuredData.h.
| #define VTK_X_LINE 2 |
Definition at line 102 of file vtkStructuredData.h.
| #define VTK_Y_LINE 3 |
Definition at line 103 of file vtkStructuredData.h.
| #define VTK_Z_LINE 4 |
Definition at line 104 of file vtkStructuredData.h.
| #define VTK_XY_PLANE 5 |
Definition at line 105 of file vtkStructuredData.h.
| #define VTK_YZ_PLANE 6 |
Definition at line 106 of file vtkStructuredData.h.
| #define VTK_XZ_PLANE 7 |
Definition at line 107 of file vtkStructuredData.h.
| #define VTK_XYZ_GRID 8 |
Definition at line 108 of file vtkStructuredData.h.
| #define VTK_EMPTY 9 |
Definition at line 109 of file vtkStructuredData.h.
| using vtkConstantArray = vtkImplicitArray<vtkConstantImplicitBackend<Type> > |
Definition at line 98 of file vtkStructuredData.h.