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