#include "vtkAffineImplicitBackend.h"
#include "vtkCommonCoreModule.h"
#include "vtkImplicitArray.h"
Go to the source code of this file.
|
| template<typename T> |
| using | vtkAffineArray |
| | A utility alias for wrapping affine functions in implicit arrays.
|
| |
◆ VTK_AFFINE_ARRAY_TEMPLATE_EXTERN
| #define VTK_AFFINE_ARRAY_TEMPLATE_EXTERN |
◆ vtkAffineArray
Initial value:
A read only array class that wraps an implicit function from integers to any value type supported by ...
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.
◆ vtkExternSecondOrderWithParameterTemplateMacro()