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