VTK
9.4.20250501
|
#include "vtkCommonCoreModule.h"
#include "vtkImplicitArray.h"
#include "vtkIndexedImplicitBackend.h"
#include <vector>
Go to the source code of this file.
Macros | |
#define | VTK_INDEXED_ARRAY_TEMPLATE_EXTERN |
Typedefs | |
template<typename T > | |
using | vtkIndexedArray = vtkImplicitArray< vtkIndexedImplicitBackend< T > > |
A utility alias for creating a wrapper array around an existing array and reindexing its components. | |
Functions | |
vtkExternSecondOrderTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkImplicitArray, vtkIndexedImplicitBackend) | |
#define VTK_INDEXED_ARRAY_TEMPLATE_EXTERN |
Definition at line 79 of file vtkIndexedArray.h.
vtkIndexedArray |
A utility alias for creating a wrapper array around an existing array and reindexing its components.
In order to be usefully included in the dispatchers, these arrays need to be instantiated at the vtk library compile time.
An example of potential usage:
Definition at line 58 of file vtkIndexedArray.h.
vtkExternSecondOrderTemplateMacro | ( | extern template class VTKCOMMONCORE_EXPORT | vtkImplicitArray, |
vtkIndexedImplicitBackend | |||
) |