Open CASCADE Technology 6.6.0
|
#include <TopExp_StackOfIterator.hxx>
Public Member Functions | |
TopExp_StackOfIterator () | |
const TopExp_StackOfIterator & | Assign (const TopExp_StackOfIterator &Other) |
const TopExp_StackOfIterator & | operator= (const TopExp_StackOfIterator &Other) |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Depth () const |
const TopoDS_Iterator & | Top () const |
void | Push (const TopoDS_Iterator &I) |
void | Pop () |
void | Clear () |
~TopExp_StackOfIterator () | |
TopoDS_Iterator & | ChangeTop () |
TopExp_StackOfIterator::TopExp_StackOfIterator | ( | ) |
TopExp_StackOfIterator::~TopExp_StackOfIterator | ( | ) | [inline] |
const TopExp_StackOfIterator& TopExp_StackOfIterator::Assign | ( | const TopExp_StackOfIterator & | Other | ) |
TopoDS_Iterator& TopExp_StackOfIterator::ChangeTop | ( | ) |
void TopExp_StackOfIterator::Clear | ( | ) |
Standard_Integer TopExp_StackOfIterator::Depth | ( | ) | const |
Standard_Boolean TopExp_StackOfIterator::IsEmpty | ( | ) | const |
const TopExp_StackOfIterator& TopExp_StackOfIterator::operator= | ( | const TopExp_StackOfIterator & | Other | ) | [inline] |
void TopExp_StackOfIterator::Pop | ( | ) |
void TopExp_StackOfIterator::Push | ( | const TopoDS_Iterator & | I | ) |
const TopoDS_Iterator& TopExp_StackOfIterator::Top | ( | ) | const |