VTK
vtkDataArrayCollectionIterator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataArrayCollectionIterator.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
23 #ifndef vtkDataArrayCollectionIterator_h
24 #define vtkDataArrayCollectionIterator_h
25 
26 #include "vtkCommonCoreModule.h" // For export macro
27 #include "vtkCollectionIterator.h"
28 
29 class vtkDataArray;
31 
33 {
34 public:
36  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
41  virtual void SetCollection(vtkCollection*);
44 
47  vtkDataArray* GetDataArray();
48 
49 protected:
52 
53 private:
55  void operator=(const vtkDataArrayCollectionIterator&); // Not implemented
56 };
57 
58 #endif
static vtkCollectionIterator * New()
#define VTKCOMMONCORE_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:54
void PrintSelf(ostream &os, vtkIndent indent)
iterator through a vtkDataArrayCollection.
iterator through a vtkCollection.
virtual void SetCollection(vtkCollection *)
create and manipulate unsorted lists of objects
Definition: vtkCollection.h:52
maintain an unordered list of dataarray objects