summaryrefslogtreecommitdiff
path: root/inc/Sweep_NumShapeIterator.lxx
blob: 505939c2ceb4eaf283e92bbd791a7858db8e82b7 (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
// File:	Sweep_NumShapeIterator.lxx
// Created:	Fri Jun  4 15:24:04 1993
// Author:	Laurent BOURESCHE
//		<lbo@phylox>


//=======================================================================
//function : More
//purpose  : 
//=======================================================================

inline Standard_Boolean  Sweep_NumShapeIterator::More()const 
{
  return myMore;
}


//=======================================================================
//function : Value
//purpose  : 
//=======================================================================

inline const Sweep_NumShape&  Sweep_NumShapeIterator::Value()const 
{
  return myCurrentNumShape;
}


//=======================================================================
//function : Orientation
//purpose  : 
//=======================================================================

inline TopAbs_Orientation  Sweep_NumShapeIterator::Orientation()const 
{
  return myCurrentOrientation;
}