#include <GEOM_IOperations.hxx>

Public Member Functions | |
| Standard_EXPORT | GEOM_IOperations (GEOM_Engine *theEngine, int theDocID) |
| Standard_EXPORT | ~GEOM_IOperations () |
| Standard_EXPORT void | StartOperation () |
| Standard_EXPORT void | FinishOperation () |
| Standard_EXPORT void | AbortOperation () |
| Standard_EXPORT bool | IsDone () |
| Standard_EXPORT void | SetNotDone () |
| Standard_EXPORT void | SetErrorCode (const TCollection_AsciiString &theErrorCode) |
| Standard_EXPORT char * | GetErrorCode () |
| Standard_EXPORT GEOM_Engine * | GetEngine () |
| Standard_EXPORT GEOM_Solver * | GetSolver () |
| Standard_EXPORT int | GetDocID () |
Private Attributes | |
| TCollection_AsciiString | _errorCode |
| GEOM_Engine * | _engine |
| GEOM_Solver * | _solver |
| int | _docID |
| GEOM_IOperations::GEOM_IOperations | ( | GEOM_Engine * | theEngine, |
| int | theDocID | ||
| ) |
default constructor:
References _solver.
| GEOM_IOperations::~GEOM_IOperations | ( | ) |
destructor
References _solver.
| void GEOM_IOperations::FinishOperation | ( | ) |
| bool GEOM_IOperations::IsDone | ( | ) |
IsDone
References _errorCode, and OK.
| Standard_EXPORT void GEOM_IOperations.SetNotDone | ( | ) |
References _errorCode, and KO.
| Standard_EXPORT void GEOM_IOperations.SetErrorCode | ( | const TCollection_AsciiString & | theErrorCode | ) |
References _errorCode.
| Standard_EXPORT char* GEOM_IOperations.GetErrorCode | ( | ) |
References _errorCode.
| Standard_EXPORT GEOM_Engine* GEOM_IOperations.GetEngine | ( | ) |
References _engine.
| Standard_EXPORT GEOM_Solver* GEOM_IOperations.GetSolver | ( | ) |
References _solver.
| Standard_EXPORT int GEOM_IOperations.GetDocID | ( | ) |
References _docID.
TCollection_AsciiString GEOM_IOperations._errorCode [private] |
GEOM_Engine* GEOM_IOperations._engine [private] |
GEOM_Solver* GEOM_IOperations._solver [private] |
int GEOM_IOperations._docID [private] |