vtkPVCompositeDataInformationIterator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVCompositeDataInformationIterator.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
24 #ifndef vtkPVCompositeDataInformationIterator_h
25 #define vtkPVCompositeDataInformationIterator_h
26 
27 #include "vtkObject.h"
28 #include "vtkRemotingCoreModule.h" //needed for exports
29 
31 
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
40 
44  void SetDataInformation(vtkPVDataInformation*);
45  vtkGetObjectMacro(DataInformation, vtkPVDataInformation);
47 
51  void InitTraversal();
52 
56  bool IsDoneWithTraversal();
57 
61  void GoToNextItem();
62 
67  vtkPVDataInformation* GetCurrentDataInformation();
68 
73  const char* GetCurrentName();
74 
76 
80  vtkGetMacro(CurrentFlatIndex, unsigned int);
82 
83 protected:
86 
87  unsigned int CurrentFlatIndex;
89 
90 private:
93 
94  class vtkInternal;
95  vtkInternal* Internal;
96 };
97 
98 #endif
Light object for holding data information.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
iterator used to iterate over data information for a composite data set.
#define VTKREMOTINGCORE_EXPORT
static vtkObject * New()
void operator=(const vtkObjectBase &)