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