Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / src / NMTDS / NMTDS_ShapesDataStructure.hxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 #ifndef _NMTDS_ShapesDataStructure_HeaderFile
23 #define _NMTDS_ShapesDataStructure_HeaderFile
24
25 #ifndef _TopoDS_Shape_HeaderFile
26 #include <TopoDS_Shape.hxx>
27 #endif
28 #ifndef _NMTDS_CArray1OfIndexRange_HeaderFile
29 #include <NMTDS_CArray1OfIndexRange.hxx>
30 #endif
31 #ifndef _NMTDS_IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger_HeaderFile
32 #include <NMTDS_IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx>
33 #endif
34 #ifndef _BooleanOperations_ShapesDataStructure_HeaderFile
35 #include <BooleanOperations_ShapesDataStructure.hxx>
36 #endif
37 #ifndef _Standard_Integer_HeaderFile
38 #include <Standard_Integer.hxx>
39 #endif
40 class TopoDS_Shape;
41 class NMTDS_CArray1OfIndexRange;
42 class BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors;
43 class TColStd_IndexedMapOfInteger;
44 class Bnd_Box;
45
46
47 #ifndef _Standard_HeaderFile
48 #include <Standard.hxx>
49 #endif
50 #ifndef _Standard_Macro_HeaderFile
51 #include <Standard_Macro.hxx>
52 #endif
53
54
55 class NMTDS_ShapesDataStructure  : public BooleanOperations_ShapesDataStructure {
56
57 public:
58
59     void* operator new(size_t,void* anAddress) 
60       {
61         return anAddress;
62       }
63     void* operator new(size_t size) 
64       { 
65         return Standard::Allocate(size); 
66       }
67     void  operator delete(void *anAddress) 
68       { 
69         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
70       }
71  // Methods PUBLIC
72  // 
73
74
75 Standard_EXPORT NMTDS_ShapesDataStructure();
76
77
78 Standard_EXPORT   void SetCompositeShape(const TopoDS_Shape& aS) ;
79
80
81 Standard_EXPORT   void Init() ;
82
83
84 Standard_EXPORT  const NMTDS_CArray1OfIndexRange& Ranges() const;
85
86
87 Standard_EXPORT  const TopoDS_Shape& CompositeShape() const;
88
89
90 Standard_EXPORT   Standard_Integer ShapeRangeIndex(const Standard_Integer aId) const;
91
92
93 Standard_EXPORT virtual  Standard_Integer Rank(const Standard_Integer anIndex) const;
94
95
96 Standard_EXPORT virtual  Standard_Integer ShapeIndex(const TopoDS_Shape& aS,const Standard_Integer iRank) const;
97
98
99 Standard_EXPORT   void FillMap(const TopoDS_Shape& aS,BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& aMSA,BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& aMS) const;
100
101
102 Standard_EXPORT   void FillSubshapes(const TopoDS_Shape& aS,BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& aMSA,BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors& aMS) const;
103
104
105 Standard_EXPORT   void GetAllSuccessors(const Standard_Integer anIndex,TColStd_IndexedMapOfInteger& aScrs) const;
106
107
108 Standard_EXPORT   void ComputeBoxEx(const Standard_Integer anIndex,Bnd_Box& aBox) const;
109
110
111
112
113
114 protected:
115
116  // Methods PROTECTED
117  // 
118
119
120  // Fields PROTECTED
121  //
122 TopoDS_Shape myCompositeShape;
123 NMTDS_CArray1OfIndexRange myRanges;
124 NMTDS_IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger myShapeIndexMap;
125
126
127 private: 
128
129  // Methods PRIVATE
130  // 
131
132
133  // Fields PRIVATE
134  //
135
136
137 };
138
139
140
141
142
143 // other Inline functions and methods (like "C++: function call" methods)
144 //
145
146
147 #endif