VTK
9.5.20251012
|
#include "vtkCommonCoreModule.h"
#include "vtkImplicitArray.h"
#include "vtkSmartPointer.h"
#include "vtkStructuredPointBackend.h"
Go to the source code of this file.
Namespaces | |
namespace | vtk |
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
Macros | |
#define | VTK_STRUCTURED_POINT_ARRAY_TEMPLATE_EXTERN |
Typedefs | |
template<typename ValueType > | |
using | vtkStructuredPointArray = vtkImplicitArray< vtkStructuredPointBackend< ValueType >, vtkArrayTypes::StructuredPointArray > |
Functions | |
template<typename ValueType > | |
vtkSmartPointer< vtkImplicitArray< vtkStructuredPointBackend< ValueType >, vtkArrayTypes::StructuredPointArray > > | vtk::CreateStructuredPointArray (vtkDataArray *xCoords, vtkDataArray *yCoords, vtkDataArray *zCoords, int extent[6], int dataDescription, double dirMatrix[9]) |
Create an implicit point array from the given coordinates and direction matrix which is optional. | |
vtkExternSecondOrderWithParameterTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkImplicitArray, vtkStructuredPointBackend, vtkArrayTypes::StructuredPointArray) | |
#define VTK_STRUCTURED_POINT_ARRAY_TEMPLATE_EXTERN |
Definition at line 87 of file vtkStructuredPointArray.h.
using vtkStructuredPointArray = vtkImplicitArray<vtkStructuredPointBackend<ValueType>, vtkArrayTypes::StructuredPointArray> |
Definition at line 33 of file vtkStructuredPointArray.h.
vtkExternSecondOrderWithParameterTemplateMacro | ( | extern template class VTKCOMMONCORE_EXPORT | vtkImplicitArray, |
vtkStructuredPointBackend | , | ||
vtkArrayTypes::StructuredPointArray | |||
) |