summaryrefslogtreecommitdiff
path: root/inc/Approx_SameParameter.lxx
blob: 15636de9fa0cf60d14e8f1a6e186b15ec29c488c (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
// File:	Approx_SameParameter.lxx
// Created:	Tue Jun  6 16:38:05 1995
// Author:	Modelistation
//		<model@fuegox>
//=======================================================================
//function : IsDone
//purpose  : 
//=======================================================================

inline Standard_Boolean Approx_SameParameter::IsDone() const 
{ return myDone ; }
//=======================================================================
//function : TolReached
//purpose  : 
//=======================================================================

inline Standard_Real Approx_SameParameter::TolReached() const 
{ return myTolReached; }
//=======================================================================
//function : IsSameParameter
//purpose  : 
//=======================================================================

inline Standard_Boolean Approx_SameParameter::IsSameParameter()  const 
{ return mySameParameter ; }
//=======================================================================
//function : Curve2d
//purpose  : 
//=======================================================================

inline Handle(Geom2d_BSplineCurve) Approx_SameParameter::Curve2d() const 
{ return myCurve2d ; }