Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

vtkObjectBaseSetIterator.h

Go to the documentation of this file.
00001 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 * 00003 * $Id: vtkObjectBaseSetIterator.h,v 1.1 2004/06/03 18:58:28 xpxqx Exp $ 00004 * 00005 * Copyright (c) 2004 Sean McInerney 00006 * All rights reserved. 00007 * 00008 * See Copyright.txt or http://vtkextensions.sourceforge.net/Copyright.html 00009 * for details. 00010 * 00011 * This software is distributed WITHOUT ANY WARRANTY; without even 00012 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00013 * PURPOSE. See the above copyright notice for more information. 00014 * 00015 */ 00016 #ifndef VTK_OBJECT_BASE_SET_ITERATOR_H_ 00017 # define VTK_OBJECT_BASE_SET_ITERATOR_H_ 00018 # include "vtkIterator.h" 00019 00020 VTK_EXTENSIONS_CONTAINERS_NAMESPACE_BEGIN 00021 00022 class vtkObjectBaseSet; 00023 class vtkObjectBaseSetIteratorInternal; 00024 00031 class VTK_EXTENSIONS_CONTAINERS_EXPORT vtkObjectBaseSetIterator 00032 : public vtkIterator 00033 { 00034 public: 00035 static vtkObjectBaseSetIterator* New (void); 00036 vtkTypeRevisionMacro (vtkObjectBaseSetIterator, vtkIterator); 00037 00044 vtkObjectBase* GetObject (void) const; 00045 00050 int SetObject (vtkObjectBase* object); 00062 int InitTraversal (void); 00063 00070 int Increment (void); 00071 00078 int Decrement (void); 00081 protected: 00082 vtkObjectBaseSetIterator (void); 00083 ~vtkObjectBaseSetIterator(); 00084 00085 //BTX 00086 friend class vtkObjectBaseSet; 00087 //ETX 00088 00089 private: 00090 //BTX 00091 vtkObjectBaseSetIteratorInternal* Internal; 00092 //ETX 00093 00094 private: 00100 vtkObjectBaseSetIterator (const vtkObjectBaseSetIterator&); 00101 void operator= (const vtkObjectBaseSetIterator&); 00103 }; 00104 00105 VTK_EXTENSIONS_CONTAINERS_NAMESPACE_END 00106 00107 #endif /* VTK_OBJECT_BASE_SET_ITERATOR_H_ */ 00108 /* 00109 * End of: $Id: vtkObjectBaseSetIterator.h,v 1.1 2004/06/03 18:58:28 xpxqx Exp $. 00110 * 00111 */

Generated on Tue Aug 10 03:37:41 2004 for vtkExtensions by doxygen 1.3.7