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