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