Salome HOME
This commit was generated by cvs2git to create tag 'StableState1'.
[modules/geom.git] / src / NMTTools / NMTDS_Iterator.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 #ifndef _NMTDS_Iterator_HeaderFile
21 #define _NMTDS_Iterator_HeaderFile
22
23 #ifndef _NMTDS_PShapesDataStructure_HeaderFile
24 #include <NMTDS_PShapesDataStructure.hxx>
25 #endif
26 #ifndef _NMTDS_ListOfPassKeyBoolean_HeaderFile
27 #include <NMTDS_ListOfPassKeyBoolean.hxx>
28 #endif
29 #ifndef _NMTDS_ListIteratorOfListOfPassKeyBoolean_HeaderFile
30 #include <NMTDS_ListIteratorOfListOfPassKeyBoolean.hxx>
31 #endif
32 #ifndef _Standard_Integer_HeaderFile
33 #include <Standard_Integer.hxx>
34 #endif
35 #ifndef _TopAbs_ShapeEnum_HeaderFile
36 #include <TopAbs_ShapeEnum.hxx>
37 #endif
38 #ifndef _Standard_Boolean_HeaderFile
39 #include <Standard_Boolean.hxx>
40 #endif
41 class NMTDS_ShapesDataStructure;
42
43
44 #ifndef _Standard_HeaderFile
45 #include <Standard.hxx>
46 #endif
47 #ifndef _Standard_Macro_HeaderFile
48 #include <Standard_Macro.hxx>
49 #endif
50
51
52 class NMTDS_Iterator  {
53
54 public:
55
56     void* operator new(size_t,void* anAddress) 
57       {
58         return anAddress;
59       }
60     void* operator new(size_t size) 
61       { 
62         return Standard::Allocate(size); 
63       }
64     void  operator delete(void *anAddress) 
65       { 
66         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
67       }
68  // Methods PUBLIC
69  // 
70
71
72 Standard_EXPORT NMTDS_Iterator();
73 Standard_EXPORT virtual ~NMTDS_Iterator();
74
75
76 Standard_EXPORT   void SetDS(const NMTDS_PShapesDataStructure& pDS) ;
77
78
79 Standard_EXPORT  const NMTDS_ShapesDataStructure& DS() const;
80
81
82 Standard_EXPORT   void Initialize(const TopAbs_ShapeEnum aType1,const TopAbs_ShapeEnum aType2) ;
83
84
85 Standard_EXPORT   Standard_Boolean More() const;
86
87
88 Standard_EXPORT   void Next() ;
89
90
91 Standard_EXPORT   void Current(Standard_Integer& aIndex1,Standard_Integer& aIndex2,Standard_Boolean& aWithSubShape) const;
92
93
94 Standard_EXPORT   void Prepare() ;
95
96
97 Standard_EXPORT   Standard_Integer ExpectedLength() const;
98
99
100
101
102
103 protected:
104
105  // Methods PROTECTED
106  // 
107
108
109  // Fields PROTECTED
110  //
111 NMTDS_PShapesDataStructure myPDS;
112 NMTDS_ListOfPassKeyBoolean myLists[6];
113 NMTDS_ListIteratorOfListOfPassKeyBoolean myIterator;
114 NMTDS_ListOfPassKeyBoolean myEmptyList;
115 Standard_Integer myLength;
116
117
118 private: 
119
120  // Methods PRIVATE
121  // 
122
123
124  // Fields PRIVATE
125  //
126
127
128 };
129
130
131
132
133
134 // other Inline functions and methods (like "C++: function call" methods)
135 //
136
137
138 #endif