VTK
9.5.20251019
|
#include "vtkCommonCoreModule.h"
#include "vtkCompositeImplicitBackend.h"
#include "vtkImplicitArray.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | vtk |
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
Macros | |
#define | VTK_COMPOSITE_ARRAY_TEMPLATE_EXTERN |
Typedefs | |
template<typename T > | |
using | vtkCompositeArray = vtkImplicitArray< vtkCompositeImplicitBackend< T >, vtkArrayTypes::CompositeArray > |
A utility alias for concatenating arrays into an implicit array. | |
Functions | |
vtkSmartPointer< vtkCompositeArray< T > > | vtk::ConcatenateDataArrays (const std::vector< vtkDataArray * > &arrays) |
vtkExternSecondOrderWithParameterTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkImplicitArray, vtkCompositeImplicitBackend, vtkArrayTypes::CompositeArray) | |
#define VTK_COMPOSITE_ARRAY_TEMPLATE_EXTERN |
Definition at line 105 of file vtkCompositeArray.h.
vtkCompositeArray |
A utility alias for concatenating arrays into an implicit array.
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 53 of file vtkCompositeArray.h.
vtkExternSecondOrderWithParameterTemplateMacro | ( | extern template class VTKCOMMONCORE_EXPORT | vtkImplicitArray, |
vtkCompositeImplicitBackend | , | ||
vtkArrayTypes::CompositeArray | |||
) |