#include <TopTools_Array1OfListOfShape.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TopTools_Array1OfListOfShape (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | TopTools_Array1OfListOfShape (const TopTools_ListOfShape &Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const TopTools_ListOfShape &V) |
Standard_EXPORT void | Destroy () |
~TopTools_Array1OfListOfShape () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT 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) |
Private Member Functions | |
Standard_EXPORT | TopTools_Array1OfListOfShape (const TopTools_Array1OfListOfShape &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|