]>
Commit | Line | Data |
---|---|---|
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 | ||
10 | inline Standard_Boolean GeomLib_Interpolate::IsDone() const | |
11 | { return myIsDone ; } ; | |
12 | //======================================================================= | |
13 | //function : Error | |
14 | //purpose : | |
15 | //======================================================================= | |
16 | ||
17 | inline GeomLib_InterpolationErrors GeomLib_Interpolate::Error() const | |
18 | { return myError ; } |