VTK  9.5.20250722
Macros | Typedefs | Functions
vtkAffineArray.h File Reference
#include "vtkAffineImplicitBackend.h"
#include "vtkCommonCoreModule.h"
#include "vtkImplicitArray.h"
Include dependency graph for vtkAffineArray.h:

Go to the source code of this file.

Macros

#define VTK_AFFINE_ARRAY_TEMPLATE_EXTERN
 

Typedefs

template<typename T >
using vtkAffineArray = vtkImplicitArray< vtkAffineImplicitBackend< T > >
 A utility alias for wrapping affine functions in implicit arrays.
 

Functions

 vtkExternSecondOrderTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkImplicitArray, vtkAffineImplicitBackend)
 

Macro Definition Documentation

◆ VTK_AFFINE_ARRAY_TEMPLATE_EXTERN

#define VTK_AFFINE_ARRAY_TEMPLATE_EXTERN

Definition at line 53 of file vtkAffineArray.h.

Typedef Documentation

◆ vtkAffineArray

template<typename T >
vtkAffineArray

A utility alias for wrapping affine functions in implicit arrays.

In order to be usefully included in the dispatchers, these arrays need to be instantiated at the vtk library compile time.

See also
vtkImplicitArray vtkAffineImplicitBackend

Definition at line 33 of file vtkAffineArray.h.

Function Documentation

◆ vtkExternSecondOrderTemplateMacro()

vtkExternSecondOrderTemplateMacro ( extern template class VTKCOMMONCORE_EXPORT  vtkImplicitArray,
vtkAffineImplicitBackend   
)