|
Open CASCADE Technology 6.5.2
|
#include <Intf_Array1OfLin.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 | ||
| ) |
| Intf_Array1OfLin::~Intf_Array1OfLin | ( | ) | [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 |
| void Intf_Array1OfLin::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Intf_Array1OfLin::operator new | ( | size_t | size | ) | [inline] |
| void* Intf_Array1OfLin::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| gp_Lin& Intf_Array1OfLin::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const gp_Lin& Intf_Array1OfLin::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const Intf_Array1OfLin& Intf_Array1OfLin::operator= | ( | const Intf_Array1OfLin & | Other | ) | [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 |
1.7.4