summaryrefslogtreecommitdiff
path: root/inc/GCPnts_AbscissaPoint.lxx
blob: ed4d591a6b77ff38bd27319e320380f276ecc47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//=======================================================================
//function : IsDone
//purpose  : 
//=======================================================================

inline Standard_Boolean GCPnts_AbscissaPoint::IsDone() const 
{
  return myComputer.IsDone();
}

//=======================================================================
//function : Parameter
//purpose  : 
//=======================================================================

inline Standard_Real GCPnts_AbscissaPoint::Parameter() const
{
  return myComputer.Parameter();
}