]> SALOME platform Git repositories - modules/geom.git/blob - src/NMTDS/NMTDS_ShapesDataStructure.hxx
Salome HOME
3eab46368ff13022ab8c6c2f0774faaef8bf60fc
[modules/geom.git] / src / NMTDS / NMTDS_ShapesDataStructure.hxx
1 // File generated by CPPExt (Value)
2 //
3 //                     Copyright (C) 1991 - 2000 by  
4 //                      Matra Datavision SA.  All rights reserved.
5 //  
6 //                     Copyright (C) 2001 - 2004 by
7 //                     Open CASCADE SA.  All rights reserved.
8 // 
9 // This file is part of the Open CASCADE Technology software.
10 //
11 // This software may be distributed and/or modified under the terms and
12 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
13 // and appearing in the file LICENSE included in the packaging of this file.
14 //  
15 // This software is distributed on an "AS IS" basis, without warranty of any
16 // kind, and Open CASCADE SA hereby disclaims all such warranties,
17 // including without limitation, any warranties of merchantability, fitness
18 // for a particular purpose or non-infringement. Please see the License for
19 // the specific terms and conditions governing rights and limitations under the
20 // License.
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
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 class NMTDS_ShapesDataStructure  : public BooleanOperations_ShapesDataStructure {
52
53 public:
54
55     void* operator new(size_t,void* anAddress) 
56       {
57         return anAddress;
58       }
59     void* operator new(size_t size) 
60       { 
61         return Standard::Allocate(size); 
62       }
63     void  operator delete(void *anAddress) 
64       { 
65         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
66       }
67  // Methods PUBLIC
68  // 
69 Standard_EXPORT NMTDS_ShapesDataStructure();
70 Standard_EXPORT virtual ~NMTDS_ShapesDataStructure();
71 Standard_EXPORT   void SetCompositeShape(const TopoDS_Shape& aS) ;
72 Standard_EXPORT   void Init() ;
73 Standard_EXPORT  const NMTDS_CArray1OfIndexRange& Ranges() const;
74 Standard_EXPORT  const TopoDS_Shape& CompositeShape() const;
75 Standard_EXPORT   Standard_Integer ShapeRangeIndex(const Standard_Integer aId) const;
76 Standard_EXPORT virtual  Standard_Integer Rank(const Standard_Integer anIndex) const;
77 Standard_EXPORT virtual  Standard_Integer ShapeIndex(const TopoDS_Shape& aS,const Standard_Integer iRank) const;
78
79
80
81
82
83 protected:
84
85  // Methods PROTECTED
86  // 
87
88
89  // Fields PROTECTED
90  //
91 TopoDS_Shape myCompositeShape;
92 NMTDS_CArray1OfIndexRange myRanges;
93 NMTDS_IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger myShapeIndexMap;
94
95
96 private: 
97
98  // Methods PRIVATE
99  // 
100
101
102  // Fields PRIVATE
103  //
104
105
106 };
107
108
109
110
111
112 // other Inline functions and methods (like "C++: function call" methods)
113 //
114
115
116 #endif