![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
associates an index and a constraint for an object. This couple is used by AppDef_TheVariational when performing approximations. More...
#include <AppParCurves_ConstraintCouple.hxx>
Public Member Functions | |
| AppParCurves_ConstraintCouple () | |
| returns an indefinite ConstraintCouple. | |
| AppParCurves_ConstraintCouple (const int TheIndex, const AppParCurves_Constraint Cons) | |
| Create a couple the object <Index> will have the constraint <Cons>. | |
| int | Index () const |
| returns the index of the constraint object. | |
| AppParCurves_Constraint | Constraint () const |
| returns the constraint of the object. | |
| void | SetIndex (const int TheIndex) |
| Changes the index of the constraint object. | |
| void | SetConstraint (const AppParCurves_Constraint Cons) |
| Changes the constraint of the object. | |
associates an index and a constraint for an object. This couple is used by AppDef_TheVariational when performing approximations.
| AppParCurves_ConstraintCouple::AppParCurves_ConstraintCouple | ( | ) |
returns an indefinite ConstraintCouple.
| AppParCurves_ConstraintCouple::AppParCurves_ConstraintCouple | ( | const int | TheIndex, |
| const AppParCurves_Constraint | Cons ) |
Create a couple the object <Index> will have the constraint <Cons>.
| AppParCurves_Constraint AppParCurves_ConstraintCouple::Constraint | ( | ) | const |
returns the constraint of the object.
| int AppParCurves_ConstraintCouple::Index | ( | ) | const |
returns the index of the constraint object.
| void AppParCurves_ConstraintCouple::SetConstraint | ( | const AppParCurves_Constraint | Cons | ) |
Changes the constraint of the object.
Changes the index of the constraint object.