|
VTK
9.5.20251126
|
#include "vtkCommonCoreModule.h"#include "vtkImplicitArray.h"#include "vtkStridedImplicitBackend.h"Go to the source code of this file.
Macros | |
| #define | VTK_STRIDED_ARRAY_TEMPLATE_EXTERN |
Typedefs | |
| template<typename T> | |
| using | vtkStridedArray |
| An implicit array to create a strided view on a buffer. | |
Functions | |
| vtkExternSecondOrderWithParameterTemplateMacro (extern template class VTKCOMMONCORE_EXPORT vtkImplicitArray, vtkStridedImplicitBackend, vtkArrayTypes::VTK_STRIDED_ARRAY) | |
| #define VTK_STRIDED_ARRAY_TEMPLATE_EXTERN |
Definition at line 98 of file vtkStridedArray.h.
| using vtkStridedArray |
An implicit array to create a strided view on a buffer.
Starting with a multi-dimensional buffer of data, a vtkStridedArray can provide the vtkDataArray interface on only one dimension.
An example of potential usage:
You can see the stride as the number of components of the buffer.
vtkStridedArray: do not try to use the vtkStridedArray after the buffer memory is released.100X series as first component and the 300X series as a second component.Definition at line 73 of file vtkStridedArray.h.
| vtkExternSecondOrderWithParameterTemplateMacro | ( | extern template class VTKCOMMONCORE_EXPORT | vtkImplicitArray, |
| vtkStridedImplicitBackend | , | ||
| vtkArrayTypes::VTK_STRIDED_ARRAY | ) |