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