#include "vtkCommonCoreModule.h"
#include "vtkConstantImplicitBackend.h"
#include "vtkImplicitArray.h"
Go to the source code of this file.
|
| template<typename T> |
| using | vtkConstantArray |
| | A utility alias for wrapping constant functions in implicit arrays.
|
| |
◆ VTK_CONSTANT_ARRAY_TEMPLATE_EXTERN
| #define VTK_CONSTANT_ARRAY_TEMPLATE_EXTERN |
◆ vtkConstantArray
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 constant 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 vtkConstantImplicitBackend
Definition at line 33 of file vtkConstantArray.h.
◆ vtkExternSecondOrderWithParameterTemplateMacro()