GEOM_Solver Class Reference

#include <GEOM_Solver.hxx>


Public Member Functions

Standard_EXPORT GEOM_Solver (GEOM_Engine *theEngine)
Standard_EXPORT ~GEOM_Solver ()
Standard_EXPORT bool Update (int theDocID, TDF_LabelSequence &theSeq)
Standard_EXPORT bool UpdateObject (Handle(GEOM_Object) theObject, TDF_LabelSequence &theSeq)
Standard_EXPORT bool ComputeFunction (Handle(GEOM_Function) theFunction)

Private Attributes

GEOM_Engine_engine


Constructor & Destructor Documentation

Standard_EXPORT GEOM_Solver.GEOM_Solver GEOM_Engine theEngine  ) 
 

Standard_EXPORT GEOM_Solver.~GEOM_Solver  ) 
 


Member Function Documentation

bool GEOM_Solver::Update int  theDocID,
TDF_LabelSequence &  theSeq
 

Update

bool GEOM_Solver::UpdateObject Handle(GEOM_Object theObject,
TDF_LabelSequence &  theSeq
 

UpdateObject

bool GEOM_Solver::ComputeFunction Handle(GEOM_Function theFunction  ) 
 

ComputeFunction


Field Documentation

GEOM_Engine* GEOM_Solver._engine [private]