Open CASCADE Technology 6.6.0
|
#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 |
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 | ( | const gp_XYZ & | T | ) |
void TColgp_SequenceOfXYZ::Prepend | ( | TColgp_SequenceOfXYZ & | S | ) |
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 |