summaryrefslogtreecommitdiff
path: root/inc/HLRAlgo_PolyAlgo.lxx
blob: f63edc7ad09e4a35d291f4d62489999d307b46b9 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// File:	HLRAlgo_PolyAlgo.lxx
// Created:	Tue Jun 20 11:50:07 1995
// Author:	Christophe MARION
//		<cma@ecolox>

#include <TColStd_HArray1OfTransient.hxx>

//=======================================================================
//function : PolyShell
//purpose  : 
//=======================================================================

inline TColStd_Array1OfTransient & HLRAlgo_PolyAlgo::PolyShell () const
{ return myHShell->ChangeArray1(); }

//=======================================================================
//function : InitHide
//purpose  : 
//=======================================================================

inline void HLRAlgo_PolyAlgo::InitHide ()
{
  myCurShell = 0;
  NextHide();
}

//=======================================================================
//function : MoreHide
//purpose  : 
//=======================================================================

inline Standard_Boolean HLRAlgo_PolyAlgo::MoreHide () const
{ return myFound; }

//=======================================================================
//function : InitShow
//purpose  : 
//=======================================================================

inline void HLRAlgo_PolyAlgo::InitShow ()
{
  myCurShell = 0;
  NextShow();
}

//=======================================================================
//function : MoreShow
//purpose  : 
//=======================================================================

inline Standard_Boolean HLRAlgo_PolyAlgo::MoreShow () const
{ return myFound; }