/usr/include/opencascade/BinMNaming_NamedShapeDriver.lxx is in libopencascade-ocaf-dev 6.5.0.dfsg-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | // 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();
}
|