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