summaryrefslogtreecommitdiff
path: root/inc/StdSelect_BRepOwner.lxx
blob: 3e5142e889327dc29c2853f4a5f164998bcec9a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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;}