#include <GEOM_ITestOperations_i.hh>

Public Member Functions | |
| GEOM_ITestOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine, ::GEOMImpl_ITestOperations *theImpl) | |
| ~GEOM_ITestOperations_i () | |
| CORBA::Boolean | Tesselate (GEOM::GEOM_Object_ptr theShape, CORBA::Double theLinearDeflection, CORBA::Boolean theIsRelative, CORBA::Double theAngularDeflection) |
| ::GEOMImpl_ITestOperations * | GetOperations () |
Public Member Functions inherited from GEOM_IOperations_i | |
| GEOM_IOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine, ::GEOM_IOperations *theImpl) | |
| ~GEOM_IOperations_i () | |
| virtual CORBA::Boolean | IsDone () |
| virtual void | SetErrorCode (const char *theErrorCode) |
| virtual char * | GetErrorCode () |
| virtual GEOM::GEOM_BaseObject_ptr | GetBaseObject (Handle(::GEOM_BaseObject) theObject) |
| virtual virtual Handle(::GEOM_BaseObject) GetBaseObjectImpl(GEOM GEOM::GEOM_Object_ptr | GetObject (Handle(::GEOM_Object) theObject) |
| virtual virtual Handle(::GEOM_Object) GetObjectImpl(GEOM void | StartOperation () |
| virtual void | FinishOperation () |
| virtual void | AbortOperation () |
| ::GEOM_IOperations * | GetImpl () |
| virtual void | UpdateGUIForObject (GEOM::GEOM_Object_ptr theObj) |
Additional Inherited Members | |
Protected Member Functions inherited from GEOM_IOperations_i | |
| Handle(TColStd_HSequenceOfTransient) GetListOfObjectsImpl(const GEOM bool | GetListOfObjectsImpl (const GEOM::ListOfGO &theObjects, std::list< Handle(::GEOM_Object) > &theList) |
| GEOM_ITestOperations_i::GEOM_ITestOperations_i | ( | PortableServer::POA_ptr | thePOA, |
| GEOM::GEOM_Gen_ptr | theEngine, | ||
| ::GEOMImpl_ITestOperations * | theImpl | ||
| ) |
constructor:
| GEOM_ITestOperations_i::~GEOM_ITestOperations_i | ( | ) |
destructor
|
inline |
References GEOM_IOperations_i::GetImpl().
| CORBA::Boolean GEOM_ITestOperations_i::Tesselate | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theLinearDeflection, | ||
| CORBA::Boolean | theIsRelative, | ||
| CORBA::Double | theAngularDeflection | ||
| ) |
Tesselate
References GetOperations(), Handle(), GEOM_IOperations::SetNotDone(), and GEOMImpl_ITestOperations::Tesselate().