#include <GEOM_ILocalOperations_i.hh>

Public Member Functions | |
| GEOM_ILocalOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,::GEOMImpl_ILocalOperations *theImpl) | |
| ~GEOM_ILocalOperations_i () | |
| GEOM::GEOM_Object_ptr | MakeFilletAll (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR) |
| GEOM::GEOM_Object_ptr | MakeFilletEdges (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theEdges) |
| GEOM::GEOM_Object_ptr | MakeFilletEdgesR1R2 (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR1, CORBA::Double theR2, const GEOM::ListOfLong &theEdges) |
| GEOM::GEOM_Object_ptr | MakeFilletFaces (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theFaces) |
| GEOM::GEOM_Object_ptr | MakeFilletFacesR1R2 (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR1, CORBA::Double theR2, const GEOM::ListOfLong &theFaces) |
| GEOM::GEOM_Object_ptr | MakeFillet2D (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theVertexes) |
| GEOM::GEOM_Object_ptr | MakeFillet1D (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theVertexes) |
| GEOM::GEOM_Object_ptr | MakeChamferAll (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD) |
| GEOM::GEOM_Object_ptr | MakeChamferEdge (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD1, CORBA::Double theD2, CORBA::Long theFace1, CORBA::Long theFace2) |
| GEOM::GEOM_Object_ptr | MakeChamferEdgeAD (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD, CORBA::Double theAngle, CORBA::Long theFace1, CORBA::Long theFace2) |
| GEOM::GEOM_Object_ptr | MakeChamferFaces (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD1, CORBA::Double theD2, const GEOM::ListOfLong &theFaces) |
| GEOM::GEOM_Object_ptr | MakeChamferFacesAD (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD, CORBA::Double theAngle, const GEOM::ListOfLong &theFaces) |
| GEOM::GEOM_Object_ptr | MakeChamferEdges (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD1, CORBA::Double theD2, const GEOM::ListOfLong &theEdges) |
| GEOM::GEOM_Object_ptr | MakeChamferEdgesAD (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD, CORBA::Double theAngle, const GEOM::ListOfLong &theEdges) |
| GEOM::GEOM_Object_ptr | MakeArchimede (GEOM::GEOM_Object_ptr theShape, CORBA::Double theWeight, CORBA::Double theWaterDensity, CORBA::Double theMeshingDeflection) |
| CORBA::Long | GetSubShapeIndex (GEOM::GEOM_Object_ptr theShape, GEOM::GEOM_Object_ptr theSubShape) |
| ::GEOMImpl_ILocalOperations * | GetOperations () |
| virtual CORBA::Boolean | IsDone () |
| virtual void | SetErrorCode (const char *theErrorCode) |
| virtual char * | GetErrorCode () |
| virtual CORBA::Long | GetStudyID () |
| virtual GEOM::GEOM_Object_ptr | GetObject (Handle(GEOM_Object) theObject) |
| virtual void | FinishOperation () |
| virtual void | AbortOperation () |
| ::GEOM_IOperations * | GetImpl () |
| GEOM_ILocalOperations_i::GEOM_ILocalOperations_i | ( | PortableServer::POA_ptr | thePOA, |
| GEOM::GEOM_Gen_ptr | theEngine, | ||
| ::GEOMImpl_ILocalOperations * | theImpl | ||
| ) |
constructor:
| GEOM_ILocalOperations_i::~GEOM_ILocalOperations_i | ( | ) |
destructor
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletAll | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theR | ||
| ) |
MakeFilletAll
References Handle().
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletEdges | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theR, | ||
| const GEOM::ListOfLong & | theEdges | ||
| ) |
MakeFilletEdges
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletEdgesR1R2 | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theR1, | ||
| CORBA::Double | theR2, | ||
| const GEOM::ListOfLong & | theEdges | ||
| ) |
MakeFilletEdges R1 R2
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletFaces | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theR, | ||
| const GEOM::ListOfLong & | theFaces | ||
| ) |
MakeFilletFaces
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletFacesR1R2 | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theR1, | ||
| CORBA::Double | theR2, | ||
| const GEOM::ListOfLong & | theFaces | ||
| ) |
MakeFilletFaces R1 R2
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFillet2D | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theR, | ||
| const GEOM::ListOfLong & | theVertexes | ||
| ) |
MakeFillet2D
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFillet1D | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theR, | ||
| const GEOM::ListOfLong & | theVertexes | ||
| ) |
MakeFillet1D
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferAll | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theD | ||
| ) |
MakeChamferAll
References Handle().
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdge | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theD1, | ||
| CORBA::Double | theD2, | ||
| CORBA::Long | theFace1, | ||
| CORBA::Long | theFace2 | ||
| ) |
MakeChamferEdge
References Handle().
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdgeAD | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theD, | ||
| CORBA::Double | theAngle, | ||
| CORBA::Long | theFace1, | ||
| CORBA::Long | theFace2 | ||
| ) |
MakeChamferEdgeAD
References Handle().
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferFaces | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theD1, | ||
| CORBA::Double | theD2, | ||
| const GEOM::ListOfLong & | theFaces | ||
| ) |
MakeChamferFaces
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferFacesAD | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theD, | ||
| CORBA::Double | theAngle, | ||
| const GEOM::ListOfLong & | theFaces | ||
| ) |
MakeChamferFacesAD
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdges | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theD1, | ||
| CORBA::Double | theD2, | ||
| const GEOM::ListOfLong & | theEdges | ||
| ) |
MakeChamferEdges
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdgesAD | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theD, | ||
| CORBA::Double | theAngle, | ||
| const GEOM::ListOfLong & | theEdges | ||
| ) |
MakeChamferEdgesAD
References Handle(), and GEOM_example.ind.
| GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeArchimede | ( | GEOM::GEOM_Object_ptr | theShape, |
| CORBA::Double | theWeight, | ||
| CORBA::Double | theWaterDensity, | ||
| CORBA::Double | theMeshingDeflection | ||
| ) |
MakeArchimede
References GEOM_IOperations_i.GetObject(), GetOperations(), Handle(), and GEOM_IOperations_i.IsDone().
| CORBA::Long GEOM_ILocalOperations_i::GetSubShapeIndex | ( | GEOM::GEOM_Object_ptr | theShape, |
| GEOM::GEOM_Object_ptr | theSubShape | ||
| ) |
GetSubShapeIndex
References Handle().
| ::GEOMImpl_ILocalOperations* GEOM_ILocalOperations_i.GetOperations | ( | ) |
References GEOM_IOperations_i.GetImpl().
| CORBA::Boolean GEOM_IOperations_i::IsDone | ( | ) | [virtual, inherited] |
IsDone
References GEOM_IOperations_i._impl, and GEOM_IOperations.IsDone().
| void GEOM_IOperations_i::SetErrorCode | ( | const char * | theErrorCode | ) | [virtual, inherited] |
SetErrorCode
References GEOM_IOperations_i._impl, and GEOM_IOperations.SetErrorCode().
| char * GEOM_IOperations_i::GetErrorCode | ( | ) | [virtual, inherited] |
GetErrorCode
References GEOM_IOperations_i._impl, and GEOM_IOperations.GetErrorCode().
| CORBA::Long GEOM_IOperations_i::GetStudyID | ( | ) | [virtual, inherited] |
GetStudyID
References GEOM_IOperations_i._impl, and GEOM_IOperations.GetDocID().
| GEOM::GEOM_Object_ptr GEOM_IOperations_i::GetObject | ( | Handle(GEOM_Object) | theObject | ) | [virtual, inherited] |
GetObject
References GEOM_IOperations_i._engine, GEOM_Object.GetDocID(), and GEOM_Object.GetEntry().
| void GEOM_IOperations_i::FinishOperation | ( | ) | [virtual, inherited] |
FinishOperation
References GEOM_IOperations_i._impl, and GEOM_IOperations.FinishOperation().
| void GEOM_IOperations_i::AbortOperation | ( | ) | [virtual, inherited] |
AbortOperation
References GEOM_IOperations_i._impl, and GEOM_IOperations.AbortOperation().
| ::GEOM_IOperations* GEOM_IOperations_i.GetImpl | ( | ) | [inherited] |