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