82#include "vtkCommonDataModelModule.h"
138 class implementation;
139 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
Shallow and Deep copy.
vtkArray * GetArray(vtkIdType index)
Returns the n-th vtkArray 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.
vtkArray * GetArrayByName(const char *name)
Returns the array having called name from the collection.
void AddArray(vtkArray *)
Adds a vtkArray to the collection.
static vtkArrayData * New()
void ShallowCopy(vtkDataObject *other) override
Shallow and Deep copy.
vtkIdType GetNumberOfArrays()
Returns the number of vtkArray instances in the collection.
int GetDataObjectType() override
Return class name of data type (VTK_ARRAY_DATA).
Abstract interface for N-dimensional arrays.
general representation of visualization data
a simple class to control print indentation