summaryrefslogtreecommitdiff
path: root/inc/GeomLib_Interpolate.lxx
blob: 2f2639f134dcb80474f4c18771b6e42fff61f416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// File:	GeomLib_Interpolate.lxx
// Created:	Mon Sep  2 17:45:44 1996
// Author:	Xavier BENVENISTE
//		<xab@zozox.paris1.matra-dtv.fr>
//=======================================================================
//function : IsDone
//purpose  : 
//=======================================================================

inline Standard_Boolean   GeomLib_Interpolate::IsDone() const 
{ return  myIsDone ; } ; 
//=======================================================================
//function : Error
//purpose  : 
//=======================================================================

inline GeomLib_InterpolationErrors GeomLib_Interpolate::Error() const 
{ return myError ; }