0022627: Change OCCT memory management defaults
[occt.git] / src / BinMNaming / BinMNaming_NamedShapeDriver.lxx
1 // File:        BinMNaming_NamedShapeDriver.lxx
2 // Created:     Mon Jun  7 15:28:16 2004
3 // Author:      Sergey ZARITCHNY <szy@opencascade.com>
4 // Copyright:   Open CasCade S.A. 2004
5
6 //=======================================================================
7 //function : GetFormat
8 //purpose  : 
9 //=======================================================================
10
11 inline Standard_Integer BinMNaming_NamedShapeDriver::GetFormatNb() const
12 {
13   return myFormatNb;
14 }
15
16 //=======================================================================
17 //function : SetFormat
18 //purpose  : 
19 //=======================================================================
20
21 inline void BinMNaming_NamedShapeDriver::SetFormatNb(const Standard_Integer theFormatNb) 
22 {
23   myFormatNb = theFormatNb;
24 }
25
26 //=======================================================================
27 //function : GetShapesLocations
28 //purpose  : 
29 //=======================================================================
30 inline BinTools_LocationSet& BinMNaming_NamedShapeDriver::GetShapesLocations()
31 {
32   return myShapeSet.ChangeLocations();
33 }
34