Go to the documentation of this file.
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;
vtkArray * GetArray(vtkIdType index)
Returns the n-th vtkArray in the collection.
vtkIdType GetNumberOfArrays()
Returns the number of vtkArray instances in the collection.
int GetDataObjectType() override
Return class name of data type (VTK_ARRAY_DATA).
void ClearArrays()
Clears the contents of the collection.
Pipeline data object that contains multiple vtkArray objects.
static vtkArrayData * New()
static vtkArrayData * GetData(vtkInformation *info)
a simple class to control print indentation
void AddArray(vtkArray *)
Adds a vtkArray to the collection.
Abstract interface for N-dimensional arrays.
vtkArray * GetArrayByName(const char *name)
Returns the array having called name from the collection.
static vtkArrayData * GetData(vtkInformationVector *v, int i=0)
void DeepCopy(vtkDataObject *other) override
void ShallowCopy(vtkDataObject *other) override
Shallow and Deep copy.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data