#include <AppParCurves_ConstraintCouple.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | AppParCurves_ConstraintCouple () |
returns an indefinite ConstraintCouple. | |
Standard_EXPORT | AppParCurves_ConstraintCouple (const Standard_Integer TheIndex, const AppParCurves_Constraint Cons) |
Create a couple the object <index> will have the constraint <cons>. . | |
Standard_EXPORT Standard_Integer | Index () const |
returns the index of the constraint object. | |
Standard_EXPORT AppParCurves_Constraint | Constraint () const |
returns the constraint of the object. | |
Standard_EXPORT void | SetIndex (const Standard_Integer TheIndex) |
Changes the index of the constraint object. . | |
Standard_EXPORT void | SetConstraint (const AppParCurves_Constraint Cons) |
Changes the constraint of the object. . | |
Private Attributes | |
Standard_Integer | myIndex |
AppParCurves_Constraint | myConstraint |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|