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