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

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