Open CASCADE Technology
6.5.4
|
#include <TColgp_SequenceOfXY.hxx>
TColgp_SequenceOfXY::~TColgp_SequenceOfXY | ( | ) | [inline] |
const gp_XY& TColgp_SequenceOfXY::First | ( | ) | const |
void TColgp_SequenceOfXY::InsertAfter | ( | const Standard_Integer | Index, |
const gp_XY & | T | ||
) |
void TColgp_SequenceOfXY::InsertAfter | ( | const Standard_Integer | Index, |
TColgp_SequenceOfXY & | S | ||
) |
void TColgp_SequenceOfXY::InsertBefore | ( | const Standard_Integer | Index, |
const gp_XY & | T | ||
) |
const gp_XY& TColgp_SequenceOfXY::Last | ( | ) | const |
const gp_XY& TColgp_SequenceOfXY::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
gp_XY& TColgp_SequenceOfXY::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const TColgp_SequenceOfXY& TColgp_SequenceOfXY::operator= | ( | const TColgp_SequenceOfXY & | Other | ) | [inline] |
void TColgp_SequenceOfXY::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void TColgp_SequenceOfXY::SetValue | ( | const Standard_Integer | Index, |
const gp_XY & | I | ||
) |
void TColgp_SequenceOfXY::Split | ( | const Standard_Integer | Index, |
TColgp_SequenceOfXY & | Sub | ||
) |
const gp_XY& TColgp_SequenceOfXY::Value | ( | const Standard_Integer | Index | ) | const |