VTK  9.4.20241217
Macros | Typedefs | Functions
vtkConstantArray.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkConstantImplicitBackend.h"
#include "vtkImplicitArray.h"
Include dependency graph for vtkConstantArray.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)
 

Macro Definition Documentation

◆ VTK_CONSTANT_ARRAY_TEMPLATE_EXTERN

#define VTK_CONSTANT_ARRAY_TEMPLATE_EXTERN

Definition at line 53 of file vtkConstantArray.h.

Typedef Documentation

◆ vtkConstantArray

template<typename T >
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.

See also
vtkImplicitArray vtkConstantImplicitBackend

Definition at line 33 of file vtkConstantArray.h.

Function Documentation

◆ vtkExternSecondOrderTemplateMacro()

vtkExternSecondOrderTemplateMacro ( extern template class VTKCOMMONCORE_EXPORT  vtkImplicitArray,
vtkConstantImplicitBackend   
)