Open CASCADE Technology
6.9.0
|
#include <BRepAdaptor_Array1OfCurve.hxx>
Public Member Functions | |
BRepAdaptor_Array1OfCurve (const Standard_Integer Low, const Standard_Integer Up) | |
BRepAdaptor_Array1OfCurve (const BRepAdaptor_Curve &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const BRepAdaptor_Curve &V) |
void | Destroy () |
~BRepAdaptor_Array1OfCurve () | |
Standard_Boolean | IsAllocated () const |
const BRepAdaptor_Array1OfCurve & | Assign (const BRepAdaptor_Array1OfCurve &Other) |
const BRepAdaptor_Array1OfCurve & | operator= (const BRepAdaptor_Array1OfCurve &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const BRepAdaptor_Curve &Value) |
const BRepAdaptor_Curve & | Value (const Standard_Integer Index) const |
const BRepAdaptor_Curve & | operator() (const Standard_Integer Index) const |
BRepAdaptor_Curve & | ChangeValue (const Standard_Integer Index) |
BRepAdaptor_Curve & | operator() (const Standard_Integer Index) |
BRepAdaptor_Array1OfCurve::BRepAdaptor_Array1OfCurve | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
BRepAdaptor_Array1OfCurve::BRepAdaptor_Array1OfCurve | ( | const BRepAdaptor_Curve & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
|
inline |
const BRepAdaptor_Array1OfCurve& BRepAdaptor_Array1OfCurve::Assign | ( | const BRepAdaptor_Array1OfCurve & | Other | ) |
BRepAdaptor_Curve& BRepAdaptor_Array1OfCurve::ChangeValue | ( | const Standard_Integer | Index | ) |
void BRepAdaptor_Array1OfCurve::Destroy | ( | ) |
void BRepAdaptor_Array1OfCurve::Init | ( | const BRepAdaptor_Curve & | V | ) |
Standard_Boolean BRepAdaptor_Array1OfCurve::IsAllocated | ( | ) | const |
Standard_Integer BRepAdaptor_Array1OfCurve::Length | ( | ) | const |
Standard_Integer BRepAdaptor_Array1OfCurve::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void BRepAdaptor_Array1OfCurve::SetValue | ( | const Standard_Integer | Index, |
const BRepAdaptor_Curve & | Value | ||
) |
Standard_Integer BRepAdaptor_Array1OfCurve::Upper | ( | ) | const |
const BRepAdaptor_Curve& BRepAdaptor_Array1OfCurve::Value | ( | const Standard_Integer | Index | ) | const |