|
VTK
9.5.20251128
|
#include "vtkCommonCoreModule.h"#include "vtkGenericDataArray.h"#include "vtkImplicitArrayTraits.h"#include <memory>#include <type_traits>#include "vtkImplicitArray.txx"#include <functional>Go to the source code of this file.
Classes | |
| class | vtkImplicitArray< BackendT, ArrayType > |
| A read only array class that wraps an implicit function from integers to any value type supported by VTK. More... | |
Namespaces | |
| namespace | vtkDataArrayPrivate |
Macros | |
| #define | vtkImplicitArrayTypeMacro(thisClass, superclass) |
| #define | vtkCreateReadOnlyWrappedArrayInterface(T) |
| #define | VTK_WRAP_TEMPLATE(...) |
| #define | VTK_IMPLICIT_TEMPLATE_EXTERN |
| #define | VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE(BackendT, ArrayTypeValue) |
| #define vtkImplicitArrayTypeMacro | ( | thisClass, | |
| superclass ) |
Definition at line 145 of file vtkImplicitArray.h.
| #define vtkCreateReadOnlyWrappedArrayInterface | ( | T | ) |
Definition at line 522 of file vtkImplicitArray.h.
| #define VTK_WRAP_TEMPLATE | ( | ... | ) |
Definition at line 533 of file vtkImplicitArray.h.
| #define VTK_IMPLICIT_TEMPLATE_EXTERN |
Definition at line 538 of file vtkImplicitArray.h.
| #define VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE | ( | BackendT, | |
| ArrayTypeValue ) |
Definition at line 575 of file vtkImplicitArray.h.
| vtkArrayDownCast_Template2FastCastMacro | ( | vtkImplicitArray | ) |