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

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