#include "vtkTypedDataArray.h"
#include "vtkMappedDataArray.txx"
Go to the source code of this file.
◆ vtkMappedDataArrayNewInstanceMacro
#define vtkMappedDataArrayNewInstanceMacro |
( |
|
thisClass | ) |
|
Value:protected: \
{ \
{ \
return da; \
} \
return thisClass::New(); \
} \
\
public:
abstract superclass for arrays of numeric data
static vtkDataArray * CreateDataArray(int dataType)
Creates an array for dataType where dataType is one of VTK_BIT, VTK_CHAR, VTK_SIGNED_CHAR,...
abstract base class for most VTK objects
Definition at line 152 of file vtkMappedDataArray.h.
◆ vtkMappedDataArrayTypeMacro
#define vtkMappedDataArrayTypeMacro |
( |
|
thisClass, |
|
|
|
superClass |
|
) |
| |
Value: vtkAbstractTypeMacroWithNewInstanceType(thisClass, superClass,
vtkDataArray); \
vtkMappedDataArrayNewInstanceMacro(thisClass)
Definition at line 167 of file vtkMappedDataArray.h.
◆ vtkArrayDownCast_TemplateFastCastMacro()