|
Open CASCADE Technology
6.7.1
|
#include <QANCollection_QueueOfPnt.hxx>
Public Member Functions | |
| QANCollection_QueueOfPnt () | |
| const QANCollection_QueueOfPnt & | Assign (const QANCollection_QueueOfPnt &Other) |
| const QANCollection_QueueOfPnt & | operator= (const QANCollection_QueueOfPnt &Other) |
| Standard_Integer | Length () const |
| Standard_Boolean | IsEmpty () const |
| const gp_Pnt & | Front () const |
| void | Clear () |
| ~QANCollection_QueueOfPnt () | |
| void | Push (const gp_Pnt &T) |
| void | Pop () |
| gp_Pnt & | ChangeFront () |
| QANCollection_QueueOfPnt::QANCollection_QueueOfPnt | ( | ) |
|
inline |
| const QANCollection_QueueOfPnt& QANCollection_QueueOfPnt::Assign | ( | const QANCollection_QueueOfPnt & | Other | ) |
| gp_Pnt& QANCollection_QueueOfPnt::ChangeFront | ( | ) |
| void QANCollection_QueueOfPnt::Clear | ( | ) |
| const gp_Pnt& QANCollection_QueueOfPnt::Front | ( | ) | const |
| Standard_Boolean QANCollection_QueueOfPnt::IsEmpty | ( | ) | const |
| Standard_Integer QANCollection_QueueOfPnt::Length | ( | ) | const |
|
inline |
| void QANCollection_QueueOfPnt::Pop | ( | ) |
| void QANCollection_QueueOfPnt::Push | ( | const gp_Pnt & | T | ) |
1.8.5