#include "vtkTypedDataArray.h"
#include "vtkTypeTemplate.h"
#include "vtkMappedDataArray.txx"
Go to the source code of this file.
#define vtkMappedDataArrayNewInstanceMacro |
( |
|
thisClass | ) |
|
Value:protected: \
vtkObjectBase *NewInstanceInternal() const \
{ \
{ \
return da; \
} \
return thisClass::New(); \
} \
public:
static vtkDataArray * CreateDataArray(int dataType)
abstract superclass for arrays of numeric data
Definition at line 135 of file vtkMappedDataArray.h.
#define vtkMappedDataArrayTypeMacro |
( |
|
thisClass, |
|
|
|
superClass |
|
) |
| |
Value:vtkAbstractTypeMacroWithNewInstanceType(thisClass, superClass,
vtkDataArray)
\
#define vtkMappedDataArrayNewInstanceMacro(thisClass)
abstract superclass for arrays of numeric data
Definition at line 150 of file vtkMappedDataArray.h.