summaryrefslogtreecommitdiff
path: root/inc/GCE2d_Root.lxx
blob: 01a557bd4bb5408c4a561fc4b446b85c50bed5ea (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
// File:	GCE2d_Root.cxx
// Created:	Tue Sep 29 12:34:39 1992
// Author:	Remi GILET
//		<reg@sdsun2>


inline Standard_Boolean GCE2d_Root::IsDone () const
{
  return TheError == gce_Done;
}

inline gce_ErrorType GCE2d_Root::Status() const
{ 
  return TheError;
}