/usr/include/oce/StdSelect_BRepOwner.lxx is in liboce-visualization-dev 0.9.1-3.
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 | #include <StdSelect_Shape.hxx>
inline Standard_Boolean StdSelect_BRepOwner::HasHilightMode() const
{return myCurMode == -1;}
inline void StdSelect_BRepOwner::SetHilightMode(const Standard_Integer HiMod)
{myCurMode=HiMod;}
inline void StdSelect_BRepOwner::ResetHilightMode()
{myCurMode =-1;}
inline Standard_Integer StdSelect_BRepOwner::HilightMode() const
{return myCurMode;}
inline const TopoDS_Shape& StdSelect_BRepOwner::Shape() const
{return myShape;}
inline Standard_Boolean StdSelect_BRepOwner::HasShape() const
{return !myShape.IsNull();}
inline Standard_Boolean StdSelect_BRepOwner::ComesFromDecomposition() const
{return myFromDecomposition;}
|