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