| 
    VTK
    9.5.20251103
    
   | 
 
#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(...) __VA_ARGS__ | 
| #define | VTK_IMPLICIT_TEMPLATE_EXTERN | 
| #define | VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE(BackendT, ArrayTypeValue) | 
Functions | |
| vtkArrayDownCast_Template2FastCastMacro (vtkImplicitArray) | |
| template<typename A , typename R , typename T > | |
| VTKCOMMONCORE_EXPORT bool | vtkDataArrayPrivate::DoComputeScalarRange (A *, R *, T, const unsigned char *ghosts, unsigned char ghostsToSkip) | 
| template<typename A , typename R > | |
| VTKCOMMONCORE_EXPORT bool | vtkDataArrayPrivate::DoComputeVectorRange (A *, R[2], AllValues, const unsigned char *ghosts, unsigned char ghostsToSkip) | 
| template<typename A , typename R > | |
| VTKCOMMONCORE_EXPORT bool | vtkDataArrayPrivate::DoComputeVectorRange (A *, R[2], FiniteValues, const unsigned char *ghosts, unsigned char ghostsToSkip) | 
| vtkDataArrayPrivate::VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE (vtkAffineImplicitBackend, vtkArrayTypes::VTK_AFFINE_ARRAY) VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE(vtkConstantImplicitBackend | |
| vtkArrayTypes::VTK_CONSTANT_ARRAY | vtkDataArrayPrivate::VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE (vtkCompositeImplicitBackend, vtkArrayTypes::VTK_COMPOSITE_ARRAY) VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE(vtkStructuredPointBackend | 
| #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 | ( | ... | ) | __VA_ARGS__ | 
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 | ) |