#include <TopExp_StackOfIterator.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TopExp_StackOfIterator () |
Standard_EXPORT const TopExp_StackOfIterator & | Assign (const TopExp_StackOfIterator &Other) |
const TopExp_StackOfIterator & | operator= (const TopExp_StackOfIterator &Other) |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Depth () const |
Standard_EXPORT const TopoDS_Iterator & | Top () const |
Standard_EXPORT void | Push (const TopoDS_Iterator &I) |
Standard_EXPORT void | Pop () |
Standard_EXPORT void | Clear () |
~TopExp_StackOfIterator () | |
Standard_EXPORT TopoDS_Iterator & | ChangeTop () |
Private Member Functions | |
Standard_EXPORT | TopExp_StackOfIterator (const TopExp_StackOfIterator &Other) |
Private Attributes | |
Standard_Address | myTop |
Standard_Integer | myDepth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|