Open CASCADE Technology 6.6.0
|
#include <AppDef_HArray1OfMultiPointConstraint.hxx>
Public Member Functions | |
AppDef_HArray1OfMultiPointConstraint (const Standard_Integer Low, const Standard_Integer Up) | |
AppDef_HArray1OfMultiPointConstraint (const Standard_Integer Low, const Standard_Integer Up, const AppDef_MultiPointConstraint &V) | |
void | Init (const AppDef_MultiPointConstraint &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const AppDef_MultiPointConstraint &Value) |
const AppDef_MultiPointConstraint & | Value (const Standard_Integer Index) const |
AppDef_MultiPointConstraint & | ChangeValue (const Standard_Integer Index) |
const AppDef_Array1OfMultiPointConstraint & | Array1 () const |
AppDef_Array1OfMultiPointConstraint & | ChangeArray1 () |
AppDef_HArray1OfMultiPointConstraint::AppDef_HArray1OfMultiPointConstraint | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
AppDef_HArray1OfMultiPointConstraint::AppDef_HArray1OfMultiPointConstraint | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const AppDef_MultiPointConstraint & | V | ||
) |
const AppDef_Array1OfMultiPointConstraint& AppDef_HArray1OfMultiPointConstraint::Array1 | ( | ) | const |
AppDef_Array1OfMultiPointConstraint& AppDef_HArray1OfMultiPointConstraint::ChangeArray1 | ( | ) |
AppDef_MultiPointConstraint& AppDef_HArray1OfMultiPointConstraint::ChangeValue | ( | const Standard_Integer | Index | ) |
void AppDef_HArray1OfMultiPointConstraint::Init | ( | const AppDef_MultiPointConstraint & | V | ) |
Standard_Integer AppDef_HArray1OfMultiPointConstraint::Length | ( | ) | const |
Standard_Integer AppDef_HArray1OfMultiPointConstraint::Lower | ( | ) | const |
void AppDef_HArray1OfMultiPointConstraint::SetValue | ( | const Standard_Integer | Index, |
const AppDef_MultiPointConstraint & | Value | ||
) |
Standard_Integer AppDef_HArray1OfMultiPointConstraint::Upper | ( | ) | const |
const AppDef_MultiPointConstraint& AppDef_HArray1OfMultiPointConstraint::Value | ( | const Standard_Integer | Index | ) | const |