68#include "vtkCommonDataModelModule.h"
71VTK_ABI_NAMESPACE_BEGIN
125 class implementation;
126 implementation*
const Implementation;
Pipeline data object that contains multiple vtkArray objects.
static vtkArrayData * GetData(vtkInformation *info)
static vtkArrayData * GetData(vtkInformationVector *v, int i=0)
void DeepCopy(vtkDataObject *other) override
The goal of the method is to copy the complete data from src into this object.
vtkIdType GetNumberOfArrays() VTK_FUTURE_CONST
Returns the number of vtkArray instances in the collection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ClearArrays()
Clears the contents of the collection.
void AddArray(vtkArray *)
Adds a vtkArray to the collection.
static vtkArrayData * New()
void ShallowCopy(vtkDataObject *other) override
The goal of the method is to copy the data up to the array pointers only.
Abstract interface for N-dimensional arrays.
general representation of visualization data
a simple class to control print indentation