|
|
| SolveSpaceSolver_ParameterWrapper (const Slvs_Param &theParam) |
| |
| const Slvs_Param & | parameter () const |
| | Return SolveSpace parameter. More...
|
| |
| Slvs_Param & | changeParameter () |
| | Return SolveSpace parameter to change. More...
|
| |
| virtual ParameterID | id () const |
| | Return ID of current parameter. More...
|
| |
| virtual void | setGroup (const GroupID &theGroup) |
| | Change group for the parameter. More...
|
| |
| virtual GroupID | group () const |
| | Return identifier of the group the parameter belongs to. More...
|
| |
| virtual void | setValue (double theValue) |
| | Change value of parameter. More...
|
| |
| virtual double | value () const |
| | Return value of parameter. More...
|
| |
| virtual bool | isEqual (const ParameterWrapperPtr &theOther) |
| | Compare current parameter with other. More...
|
| |
| virtual bool | update (const std::shared_ptr< SketchSolver_IParameterWrapper > &theOther) |
| | Update value of parameter by the given one. More...
|
| |
Wrapper providing operations with parameters in SolveSpace.