VTK  9.6.20260318
vtkStructuredPointArray.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkCompiler.h"
#include "vtkImplicitArray.h"
#include "vtkSmartPointer.h"
#include "vtkStructuredPointBackend.h"
Include dependency graph for vtkStructuredPointArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkStructuredPointArray< ValueTypeT >
 A structured point array used by vtkCartesianGrid subclasses. More...
 

Namespaces

namespace  vtk
 Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
 
namespace  vtkDataArrayPrivate
 

Macros

#define vtkCreateStructuredPointWrappedArrayInterface(T)
 
#define VTK_STRUCTURED_POINT_ARRAY_EXTERN
 

Functions

 vtkArrayDownCast_TemplateFastCastMacro (vtkStructuredPointArray)
 
template<typename ValueTypeT>
vtkSmartPointer< vtkStructuredPointArray< ValueTypeT > > 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.
 
 vtkExternTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkStructuredPointArray)
 

Macro Definition Documentation

◆ vtkCreateStructuredPointWrappedArrayInterface

#define vtkCreateStructuredPointWrappedArrayInterface ( T)
Value:
void ConstructBackend(vtkDataArray* xCoords, vtkDataArray* yCoords, vtkDataArray* zCoords, \
int extent[6], int dataDescription, double dirMatrix[9]); \
void ConstructBackend(vtkDataArray* xCoords, vtkDataArray* yCoords, vtkDataArray* zCoords, \
int extent[6], int dataDescription);
#define vtkDataArray
#define vtkCreateImplicitWrappedArrayInterface(T)

Definition at line 96 of file vtkStructuredPointArray.h.

◆ VTK_STRUCTURED_POINT_ARRAY_EXTERN

#define VTK_STRUCTURED_POINT_ARRAY_EXTERN

Definition at line 156 of file vtkStructuredPointArray.h.

Function Documentation

◆ vtkArrayDownCast_TemplateFastCastMacro()

vtkArrayDownCast_TemplateFastCastMacro ( vtkStructuredPointArray )

◆ vtkExternTemplateMacro()

vtkExternTemplateMacro ( extern template class VTKCOMMONCORE_EXPORT vtkStructuredPointArray)