26 #ifndef vtkArrayData_h
27 #define vtkArrayData_h
29 #include "vtkCommonDataModelModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
87 implementation*
const Implementation;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDataObject * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
static vtkDataObject * New()
Abstract interface for N-dimensional arrays.
int GetDataObjectType() override
Return class name of data type (VTK_ARRAY_DATA).
Pipeline data object that contains multiple vtkArray objects.
a simple class to control print indentation
general representation of visualization data
virtual void DeepCopy(vtkDataObject *src)
The goal of the method is to copy the complete data from src into this object.
virtual void ShallowCopy(vtkDataObject *src)
The goal of the method is to copy the data up to the array pointers only.