#include "vtkDataArray.h"
#include "vtkSmartPointer.h"
#include "vtkTypeTraits.h"
#include "vtkGenericDataArrayLookupHelper.h"
#include <cassert>
#include "vtkGenericDataArray.txx"
Go to the source code of this file.
#define vtkAOSArrayNewInstanceMacro |
( |
|
thisClass | ) |
|
Value:protected: \
vtkObjectBase *NewInstanceInternal() const override \
{ \
{ \
return da; \
} \
return thisClass::New(); \
} \
public:
static vtkDataArray * CreateDataArray(int dataType)
Creates an array for dataType where dataType is one of VTK_BIT, VTK_CHAR, VTK_SIGNED_CHAR, VTK_UNSIGNED_CHAR, VTK_SHORT, VTK_UNSIGNED_SHORT, VTK_INT, VTK_UNSIGNED_INT, VTK_LONG, VTK_UNSIGNED_LONG, VTK_DOUBLE, VTK_DOUBLE, VTK_ID_TYPE.
abstract superclass for arrays of numeric data
Definition at line 364 of file vtkGenericDataArray.h.