|
VTK
9.3.0
|
#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 > |
| 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 | VTK_IMPLICIT_TEMPLATE_EXTERN |
| #define | VTK_DECLARE_VALUERANGE_ARRAYTYPE(ArrayType, ValueType) |
| #define | VTK_DECLARE_VALUERANGE_VALUETYPE(ValueType) |
| #define | VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE(BackendT) |
Functions | |
| vtkArrayDownCast_TemplateFastCastMacro (vtkImplicitArray) | |
| template<typename A , typename R , typename T > | |
| bool | vtkDataArrayPrivate::DoComputeScalarRange (A *, R *, T, const unsigned char *ghosts, unsigned char ghostsToSkip) |
| template<typename A , typename R > | |
| bool | vtkDataArrayPrivate::DoComputeVectorRange (A *, R[2], AllValues, const unsigned char *ghosts, unsigned char ghostsToSkip) |
| template<typename A , typename R > | |
| bool | vtkDataArrayPrivate::DoComputeVectorRange (A *, R[2], FiniteValues, const unsigned char *ghosts, unsigned char ghostsToSkip) |
| #define vtkImplicitArrayTypeMacro | ( | thisClass, | |
| superclass | |||
| ) |
Definition at line 140 of file vtkImplicitArray.h.
| #define VTK_IMPLICIT_TEMPLATE_EXTERN |
Definition at line 492 of file vtkImplicitArray.h.
| #define VTK_DECLARE_VALUERANGE_ARRAYTYPE | ( | ArrayType, | |
| ValueType | |||
| ) |
Definition at line 526 of file vtkImplicitArray.h.
| #define VTK_DECLARE_VALUERANGE_VALUETYPE | ( | ValueType | ) |
Definition at line 536 of file vtkImplicitArray.h.
| #define VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE | ( | BackendT | ) |
Definition at line 547 of file vtkImplicitArray.h.
| vtkArrayDownCast_TemplateFastCastMacro | ( | vtkImplicitArray | ) |