#include "vtkTypedDataArray.h"
#include "vtkMappedDataArray.txx"
Go to the source code of this file.
#define vtkMappedDataArrayNewInstanceMacro |
( |
|
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
#define vtkMappedDataArrayTypeMacro |
( |
|
thisClass, |
|
|
|
superClass |
|
) |
| |
Value:vtkAbstractTypeMacroWithNewInstanceType(thisClass, superClass,
vtkDataArray)
\#define vtkMappedDataArrayNewInstanceMacro(thisClass)
abstract superclass for arrays of numeric data