VTK  9.4.20250130
Namespaces | Macros | Typedefs | Functions
vtkStructuredPointArray.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkImplicitArray.h"
#include "vtkSmartPointer.h"
#include "vtkStructuredPointBackend.h"
Include dependency graph for vtkStructuredPointArray.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 > >
 

Functions

template<typename ValueType >
vtkSmartPointer< vtkImplicitArray< vtkStructuredPointBackend< ValueType > > > 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.
 
 vtkExternSecondOrderTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkImplicitArray, vtkStructuredPointBackend)
 

Macro Definition Documentation

◆ VTK_STRUCTURED_POINT_ARRAY_TEMPLATE_EXTERN

#define VTK_STRUCTURED_POINT_ARRAY_TEMPLATE_EXTERN

Definition at line 82 of file vtkStructuredPointArray.h.

Typedef Documentation

◆ vtkStructuredPointArray

template<typename ValueType >
using vtkStructuredPointArray = vtkImplicitArray<vtkStructuredPointBackend<ValueType> >

Definition at line 33 of file vtkStructuredPointArray.h.

Function Documentation

◆ vtkExternSecondOrderTemplateMacro()

vtkExternSecondOrderTemplateMacro ( extern template class VTKCOMMONCORE_EXPORT  vtkImplicitArray,
vtkStructuredPointBackend   
)