Open CASCADE Technology 6.6.0
|
#include <QANCollection_SListOfPnt.hxx>
Public Member Functions | |
QANCollection_SListOfPnt () | |
QANCollection_SListOfPnt (const gp_Pnt &anItem, const QANCollection_SListOfPnt &aTail) | |
QANCollection_SListOfPnt (const QANCollection_SListOfPnt &Other) | |
QANCollection_SListOfPnt & | Assign (const QANCollection_SListOfPnt &Other) |
QANCollection_SListOfPnt & | operator= (const QANCollection_SListOfPnt &Other) |
Standard_Boolean | IsEmpty () const |
void | Clear () |
~QANCollection_SListOfPnt () | |
const gp_Pnt & | Value () const |
gp_Pnt & | ChangeValue () |
void | SetValue (const gp_Pnt &anItem) |
const QANCollection_SListOfPnt & | Tail () const |
QANCollection_SListOfPnt & | ChangeTail () |
void | SetTail (const QANCollection_SListOfPnt &aList) |
void | Construct (const gp_Pnt &anItem) |
QANCollection_SListOfPnt | Constructed (const gp_Pnt &anItem) const |
void | ToTail () |
void | Initialize (const QANCollection_SListOfPnt &aList) |
Standard_Boolean | More () const |
void | Next () |
QANCollection_SListOfPnt::QANCollection_SListOfPnt | ( | ) |
QANCollection_SListOfPnt::QANCollection_SListOfPnt | ( | const gp_Pnt & | anItem, |
const QANCollection_SListOfPnt & | aTail | ||
) |
QANCollection_SListOfPnt::QANCollection_SListOfPnt | ( | const QANCollection_SListOfPnt & | Other | ) |
QANCollection_SListOfPnt::~QANCollection_SListOfPnt | ( | ) | [inline] |
QANCollection_SListOfPnt& QANCollection_SListOfPnt::Assign | ( | const QANCollection_SListOfPnt & | Other | ) |
QANCollection_SListOfPnt& QANCollection_SListOfPnt::ChangeTail | ( | ) |
gp_Pnt& QANCollection_SListOfPnt::ChangeValue | ( | ) |
void QANCollection_SListOfPnt::Clear | ( | ) |
void QANCollection_SListOfPnt::Construct | ( | const gp_Pnt & | anItem | ) |
QANCollection_SListOfPnt QANCollection_SListOfPnt::Constructed | ( | const gp_Pnt & | anItem | ) | const |
void QANCollection_SListOfPnt::Initialize | ( | const QANCollection_SListOfPnt & | aList | ) |
Standard_Boolean QANCollection_SListOfPnt::IsEmpty | ( | ) | const |
Standard_Boolean QANCollection_SListOfPnt::More | ( | ) | const |
void QANCollection_SListOfPnt::Next | ( | ) |
QANCollection_SListOfPnt& QANCollection_SListOfPnt::operator= | ( | const QANCollection_SListOfPnt & | Other | ) | [inline] |
void QANCollection_SListOfPnt::SetTail | ( | const QANCollection_SListOfPnt & | aList | ) |
void QANCollection_SListOfPnt::SetValue | ( | const gp_Pnt & | anItem | ) |
const QANCollection_SListOfPnt& QANCollection_SListOfPnt::Tail | ( | ) | const |
void QANCollection_SListOfPnt::ToTail | ( | ) |
const gp_Pnt& QANCollection_SListOfPnt::Value | ( | ) | const |