0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / java / inc / ISession2D_Shape.lxx
1 inline  HLRAlgo_Projector ISession2D_Shape::Projector() 
2 {
3   return myProjector;
4 }
5
6  
7 inline  Standard_Integer ISession2D_Shape::NbIsos() 
8 {
9   return myNbIsos;
10 }
11
12  
13 inline  Standard_Boolean ISession2D_Shape::AcceptShapeDecomposition() 
14 {
15   return Standard_True;
16 }
17
18  
19 inline  Standard_Boolean ISession2D_Shape::AcceptSelectionMode(const Standard_Integer ) 
20 {
21   return Standard_True;
22 }
23
24