|
Open CASCADE Technology 6.5.2
|
#include <TColgp_SequenceOfPnt.hxx>

| TColgp_SequenceOfPnt::TColgp_SequenceOfPnt | ( | ) |
| TColgp_SequenceOfPnt::~TColgp_SequenceOfPnt | ( | ) | [inline] |
| void TColgp_SequenceOfPnt::Append | ( | const gp_Pnt & | T | ) |
| void TColgp_SequenceOfPnt::Append | ( | TColgp_SequenceOfPnt & | S | ) |
| const TColgp_SequenceOfPnt& TColgp_SequenceOfPnt::Assign | ( | const TColgp_SequenceOfPnt & | Other | ) |
| gp_Pnt& TColgp_SequenceOfPnt::ChangeValue | ( | const Standard_Integer | Index | ) |
| void TColgp_SequenceOfPnt::Clear | ( | ) |
| const gp_Pnt& TColgp_SequenceOfPnt::First | ( | ) | const |
| void TColgp_SequenceOfPnt::InsertAfter | ( | const Standard_Integer | Index, |
| const gp_Pnt & | T | ||
| ) |
| void TColgp_SequenceOfPnt::InsertAfter | ( | const Standard_Integer | Index, |
| TColgp_SequenceOfPnt & | S | ||
| ) |
| void TColgp_SequenceOfPnt::InsertBefore | ( | const Standard_Integer | Index, |
| const gp_Pnt & | T | ||
| ) |
| void TColgp_SequenceOfPnt::InsertBefore | ( | const Standard_Integer | Index, |
| TColgp_SequenceOfPnt & | S | ||
| ) |
| const gp_Pnt& TColgp_SequenceOfPnt::Last | ( | ) | const |
| void TColgp_SequenceOfPnt::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TColgp_SequenceOfPnt::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TColgp_SequenceOfPnt::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| gp_Pnt& TColgp_SequenceOfPnt::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const gp_Pnt& TColgp_SequenceOfPnt::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const TColgp_SequenceOfPnt& TColgp_SequenceOfPnt::operator= | ( | const TColgp_SequenceOfPnt & | Other | ) | [inline] |
| void TColgp_SequenceOfPnt::Prepend | ( | TColgp_SequenceOfPnt & | S | ) |
| void TColgp_SequenceOfPnt::Prepend | ( | const gp_Pnt & | T | ) |
| void TColgp_SequenceOfPnt::Remove | ( | const Standard_Integer | FromIndex, |
| const Standard_Integer | ToIndex | ||
| ) |
| void TColgp_SequenceOfPnt::Remove | ( | const Standard_Integer | Index | ) |
| void TColgp_SequenceOfPnt::SetValue | ( | const Standard_Integer | Index, |
| const gp_Pnt & | I | ||
| ) |
| void TColgp_SequenceOfPnt::Split | ( | const Standard_Integer | Index, |
| TColgp_SequenceOfPnt & | Sub | ||
| ) |
| const gp_Pnt& TColgp_SequenceOfPnt::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4