VTK
9.5.20251012
|
#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 | 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 (vtkConstantImplicitBackend, vtkArrayTypes::ConstantArray) VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE(vtkCompositeImplicitBackend | |
#define vtkImplicitArrayTypeMacro | ( | thisClass, | |
superclass | |||
) |
Definition at line 145 of file vtkImplicitArray.h.
#define VTK_WRAP_TEMPLATE | ( | ... | ) | __VA_ARGS__ |
Definition at line 524 of file vtkImplicitArray.h.
#define VTK_IMPLICIT_TEMPLATE_EXTERN |
Definition at line 529 of file vtkImplicitArray.h.
#define VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE | ( | BackendT, | |
ArrayTypeValue | |||
) |
Definition at line 566 of file vtkImplicitArray.h.
vtkArrayDownCast_Template2FastCastMacro | ( | vtkImplicitArray | ) |