f6b1c0f3306c8590965f63a598be36741f20cbfb
[occt.git] / src / ShapeExtend / ShapeExtend_MsgRegistrator.lxx
1 // File:        ShapeExtend_MsgRegistrator.lxx
2 // Created:     Mon Jan 31 13:17:28 2000
3 // Author:      data exchange team
4 //              <det@kinox>
5
6 #include <ShapeExtend_MsgRegistrator.hxx>
7
8
9 //=======================================================================
10 //function : MapTransient
11 //purpose  : 
12 //=======================================================================
13
14 inline const ShapeExtend_DataMapOfTransientListOfMsg& ShapeExtend_MsgRegistrator::MapTransient() const
15 {
16   return myMapTransient;
17 }
18
19  
20 //=======================================================================
21 //function : MapShape
22 //purpose  : 
23 //=======================================================================
24
25 inline const ShapeExtend_DataMapOfShapeListOfMsg& ShapeExtend_MsgRegistrator::MapShape() const
26 {
27   return myMapShape;
28 }
29
30