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