VTK
9.4.20241217
|
#include "vtkCommonCoreModule.h"
#include "vtkConstantImplicitBackend.h"
#include "vtkImplicitArray.h"
Go to the source code of this file.
Macros | |
#define | VTK_CONSTANT_ARRAY_TEMPLATE_EXTERN |
Typedefs | |
template<typename T > | |
using | vtkConstantArray = vtkImplicitArray< vtkConstantImplicitBackend< T > > |
A utility alias for wrapping constant functions in implicit arrays. | |
Functions | |
vtkExternSecondOrderTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkImplicitArray, vtkConstantImplicitBackend) | |
#define VTK_CONSTANT_ARRAY_TEMPLATE_EXTERN |
Definition at line 53 of file vtkConstantArray.h.
vtkConstantArray |
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.
Definition at line 33 of file vtkConstantArray.h.
vtkExternSecondOrderTemplateMacro | ( | extern template class VTKCOMMONCORE_EXPORT | vtkImplicitArray, |
vtkConstantImplicitBackend | |||
) |