Open CASCADE Technology
6.5.4
|
#include <TColgp_SequenceOfXYZ.hxx>
TColgp_SequenceOfXYZ::~TColgp_SequenceOfXYZ | ( | ) | [inline] |
const gp_XYZ& TColgp_SequenceOfXYZ::First | ( | ) | const |
void TColgp_SequenceOfXYZ::InsertAfter | ( | const Standard_Integer | Index, |
const gp_XYZ & | T | ||
) |
void TColgp_SequenceOfXYZ::InsertBefore | ( | const Standard_Integer | Index, |
const gp_XYZ & | T | ||
) |
const gp_XYZ& TColgp_SequenceOfXYZ::Last | ( | ) | const |
const gp_XYZ& TColgp_SequenceOfXYZ::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
gp_XYZ& TColgp_SequenceOfXYZ::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const TColgp_SequenceOfXYZ& TColgp_SequenceOfXYZ::operator= | ( | const TColgp_SequenceOfXYZ & | Other | ) | [inline] |
void TColgp_SequenceOfXYZ::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
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 |