VTK  9.6.20260216
vtkDataArrayCollectionIterator.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
11
12#ifndef vtkDataArrayCollectionIterator_h
13#define vtkDataArrayCollectionIterator_h
14
16#include "vtkCommonCoreModule.h" // For export macro
17#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_7_0
18
19VTK_ABI_NAMESPACE_BEGIN
20class vtkDataArray;
22
23class VTKCOMMONCORE_EXPORT VTK_DEPRECATED_IN_9_7_0(
24 "Use vtk::Range instead.") vtkDataArrayCollectionIterator : public vtkCollectionIterator
25{
26public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
30
32
38
44
45protected:
48
49private:
51 void operator=(const vtkDataArrayCollectionIterator&) = delete;
52};
53
54VTK_ABI_NAMESPACE_END
55#endif
create and manipulate ordered lists of objects
void SetCollection(vtkCollection *) override
Set the collection over which to iterate.
static vtkDataArrayCollectionIterator * New()
void SetCollection(vtkDataArrayCollection *)
Set the collection over which to iterate.
vtkDataArray * GetDataArray()
Get the item at the current iterator position.
~vtkDataArrayCollectionIterator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
maintain an ordered list of dataarray objects
a simple class to control print indentation
Definition vtkIndent.h:108
#define vtkDataArray
#define VTK_DEPRECATED_IN_9_7_0(reason)