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