summaryrefslogtreecommitdiff
path: root/inc/BinMNaming_NamedShapeDriver.lxx
blob: 9af363970090d5f6072385778f36b53e14ace9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// File:	BinMNaming_NamedShapeDriver.lxx
// Created:	Mon Jun  7 15:28:16 2004
// Author:	Sergey ZARITCHNY <szy@opencascade.com>
// Copyright:	Open CasCade S.A. 2004

//=======================================================================
//function : GetFormat
//purpose  : 
//=======================================================================

inline Standard_Integer BinMNaming_NamedShapeDriver::GetFormatNb() const
{
  return myFormatNb;
}

//=======================================================================
//function : SetFormat
//purpose  : 
//=======================================================================

inline void BinMNaming_NamedShapeDriver::SetFormatNb(const Standard_Integer theFormatNb) 
{
  myFormatNb = theFormatNb;
}

//=======================================================================
//function : GetShapesLocations
//purpose  : 
//=======================================================================
inline BinTools_LocationSet& BinMNaming_NamedShapeDriver::GetShapesLocations()
{
  return myShapeSet.ChangeLocations();
}