mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024023: Revamp the OCCT Handle -- GC
Implementation of operator of type casting to resulting object simplified in classes of GC and GCE2d packages
This commit is contained in:
@@ -62,14 +62,3 @@ const Handle(Geom2d_Ellipse)& GCE2d_MakeEllipse::Value() const
|
||||
StdFail_NotDone_Raise_if(TheError != gce_Done,"");
|
||||
return TheEllipse;
|
||||
}
|
||||
|
||||
const Handle(Geom2d_Ellipse)& GCE2d_MakeEllipse::Operator() const
|
||||
{
|
||||
return Value();
|
||||
}
|
||||
|
||||
GCE2d_MakeEllipse::operator Handle(Geom2d_Ellipse) () const
|
||||
{
|
||||
return Value();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user