Integration of OCCT 6.5.0 from SVN
[occt.git] / src / GeomLib / GeomLib_Interpolate.lxx
CommitLineData
7fd59977 1// File: GeomLib_Interpolate.lxx
2// Created: Mon Sep 2 17:45:44 1996
3// Author: Xavier BENVENISTE
4// <xab@zozox.paris1.matra-dtv.fr>
5//=======================================================================
6//function : IsDone
7//purpose :
8//=======================================================================
9
10inline Standard_Boolean GeomLib_Interpolate::IsDone() const
11{ return myIsDone ; } ;
12//=======================================================================
13//function : Error
14//purpose :
15//=======================================================================
16
17inline GeomLib_InterpolationErrors GeomLib_Interpolate::Error() const
18{ return myError ; }