#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.
|
| vtkArrayDownCast_TemplateFastCastMacro (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) |
|
#define vtkImplicitArrayTypeMacro |
( |
|
thisClass, |
|
|
|
superclass |
|
) |
| |
Value:vtkAbstractTypeMacroWithNewInstanceType(thisClass, superclass, \
\
protected: \
vtkObjectBase* NewInstanceInternal() const override \
{ \
} \
\
public:
static vtkAOSDataArrayTemplate * New()
Array-Of-Structs implementation of vtkGenericDataArray.
Definition at line 140 of file vtkImplicitArray.h.
#define VTK_IMPLICIT_TEMPLATE_EXTERN |
#define VTK_DECLARE_VALUERANGE_ARRAYTYPE |
( |
|
ArrayType, |
|
|
|
ValueType |
|
) |
| |
Value:
VTKCOMMONCORE_EXPORT bool DoComputeScalarRange(A *, R *, T, const unsigned char *ghosts, unsigned char ghostsToSkip)
VTKCOMMONCORE_EXPORT bool DoComputeVectorRange(A *, R[2], AllValues, const unsigned char *ghosts, unsigned char ghostsToSkip)
Definition at line 527 of file vtkImplicitArray.h.
#define VTK_DECLARE_VALUERANGE_VALUETYPE |
( |
|
ValueType | ) |
|
Value:
A backend for the vtkImplicitArray framework allowing one to use a subset of a given data array...
#define VTK_DECLARE_VALUERANGE_ARRAYTYPE(ArrayType, ValueType)
A utility structure serving as a backend for constant implicit arrays.
A read only array class that wraps an implicit function from integers to any value type supported by ...
A utility structure serving as a backend for affine (as a function of the index) implicit arrays...
A utility structure serving as a backend for composite arrays: an array composed of multiple arrays c...
Definition at line 537 of file vtkImplicitArray.h.
#define VTK_DECLARE_VALUERANGE_IMPLICIT_BACKENDTYPE |
( |
|
BackendT | ) |
|
Value:
#define VTK_DECLARE_VALUERANGE_ARRAYTYPE(ArrayType, ValueType)
A read only array class that wraps an implicit function from integers to any value type supported by ...
Definition at line 548 of file vtkImplicitArray.h.