VTK
9.3.0
|
#include "vtkDataArray.h"
#include "vtkCompiler.h"
#include "vtkGenericDataArrayLookupHelper.h"
#include "vtkSmartPointer.h"
#include "vtkTypeTraits.h"
#include <cassert>
#include "vtkGenericDataArray.txx"
Go to the source code of this file.
Classes | |
class | vtkGenericDataArray< DerivedT, ValueTypeT > |
Base interface for all typed vtkDataArray subclasses. More... | |
Namespaces | |
namespace | vtkDataArrayPrivate |
Macros | |
#define | vtkAOSArrayNewInstanceMacro(thisClass) |
#define | VTK_GDA_TEMPLATE_EXTERN |
#define | VTK_DECLARE_VALUERANGE_ARRAYTYPE(ArrayType, ValueType) |
#define | VTK_DECLARE_VALUERANGE_VALUETYPE(ValueType) |
Functions | |
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 vtkAOSArrayNewInstanceMacro | ( | thisClass | ) |
Definition at line 446 of file vtkGenericDataArray.h.
#define VTK_GDA_TEMPLATE_EXTERN |
Definition at line 513 of file vtkGenericDataArray.h.
#define VTK_DECLARE_VALUERANGE_ARRAYTYPE | ( | ArrayType, | |
ValueType | |||
) |
Definition at line 549 of file vtkGenericDataArray.h.
#define VTK_DECLARE_VALUERANGE_VALUETYPE | ( | ValueType | ) |
Definition at line 568 of file vtkGenericDataArray.h.