VTK
9.5.20250722
|
#include "vtkAffineImplicitBackend.h"
#include "vtkCommonCoreModule.h"
#include "vtkImplicitArray.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) | |
#define VTK_AFFINE_ARRAY_TEMPLATE_EXTERN |
Definition at line 53 of file vtkAffineArray.h.
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.
Definition at line 33 of file vtkAffineArray.h.
vtkExternSecondOrderTemplateMacro | ( | extern template class VTKCOMMONCORE_EXPORT | vtkImplicitArray, |
vtkAffineImplicitBackend | |||
) |