43 #ifndef vtkArrayData_h 
   44 #define vtkArrayData_h 
   46 #include "vtkCommonDataModelModule.h"  
  101   void operator=(const 
vtkArrayData&) VTK_DELETE_FUNCTION;
 
  103   class implementation;
 
  104   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)
Shallow and Deep copy. 
 
virtual void ShallowCopy(vtkDataObject *src)
Shallow and Deep copy.