#include "vtkDataArray.h"
#include "vtkConfigure.h"
#include "vtkGenericDataArrayLookupHelper.h"
#include "vtkSmartPointer.h"
#include "vtkTypeTraits.h"
#include <cassert>
#include "vtkGenericDataArray.txx"
Go to the source code of this file.
|  | 
| template<typename A , typename R , typename T > | 
| bool | vtkDataArrayPrivate::DoComputeScalarRange (A *, R *, T) | 
|  | 
| template<typename A , typename R > | 
| bool | vtkDataArrayPrivate::DoComputeVectorRange (A *, R[2], AllValues) | 
|  | 
| template<typename A , typename R > | 
| bool | vtkDataArrayPrivate::DoComputeVectorRange (A *, R[2], FiniteValues) | 
|  | 
◆ vtkAOSArrayNewInstanceMacro
      
        
          | #define vtkAOSArrayNewInstanceMacro | ( |  | thisClass | ) |  | 
      
 
Value:protected:                                                                                         \
  vtkObjectBase* NewInstanceInternal() const override                                              \
  {                                                                                                \
    {                                                                                              \
      return da;                                                                                   \
    }                                                                                              \
    return thisClass::New();                                                                       \
  }                                                                                                \
                                                                                                   \
public:
Definition at line 430 of file vtkGenericDataArray.h.
 
 
 
static vtkDataArray * CreateDataArray(int dataType)
Creates an array for dataType where dataType is one of VTK_BIT, VTK_CHAR, VTK_SIGNED_CHAR,...