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

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