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