Open CASCADE Technology 6.6.0
|
#include <IntPatch_SequenceOfPoint.hxx>
IntPatch_SequenceOfPoint::IntPatch_SequenceOfPoint | ( | ) |
IntPatch_SequenceOfPoint::~IntPatch_SequenceOfPoint | ( | ) | [inline] |
void IntPatch_SequenceOfPoint::Append | ( | const IntPatch_Point & | T | ) |
void IntPatch_SequenceOfPoint::Append | ( | IntPatch_SequenceOfPoint & | S | ) |
const IntPatch_SequenceOfPoint& IntPatch_SequenceOfPoint::Assign | ( | const IntPatch_SequenceOfPoint & | Other | ) |
IntPatch_Point& IntPatch_SequenceOfPoint::ChangeValue | ( | const Standard_Integer | Index | ) |
void IntPatch_SequenceOfPoint::Clear | ( | ) |
const IntPatch_Point& IntPatch_SequenceOfPoint::First | ( | ) | const |
void IntPatch_SequenceOfPoint::InsertAfter | ( | const Standard_Integer | Index, |
const IntPatch_Point & | T | ||
) |
void IntPatch_SequenceOfPoint::InsertAfter | ( | const Standard_Integer | Index, |
IntPatch_SequenceOfPoint & | S | ||
) |
void IntPatch_SequenceOfPoint::InsertBefore | ( | const Standard_Integer | Index, |
const IntPatch_Point & | T | ||
) |
void IntPatch_SequenceOfPoint::InsertBefore | ( | const Standard_Integer | Index, |
IntPatch_SequenceOfPoint & | S | ||
) |
const IntPatch_Point& IntPatch_SequenceOfPoint::Last | ( | ) | const |
IntPatch_Point& IntPatch_SequenceOfPoint::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const IntPatch_Point& IntPatch_SequenceOfPoint::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const IntPatch_SequenceOfPoint& IntPatch_SequenceOfPoint::operator= | ( | const IntPatch_SequenceOfPoint & | Other | ) | [inline] |
void IntPatch_SequenceOfPoint::Prepend | ( | const IntPatch_Point & | T | ) |
void IntPatch_SequenceOfPoint::Prepend | ( | IntPatch_SequenceOfPoint & | S | ) |
void IntPatch_SequenceOfPoint::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void IntPatch_SequenceOfPoint::Remove | ( | const Standard_Integer | Index | ) |
void IntPatch_SequenceOfPoint::SetValue | ( | const Standard_Integer | Index, |
const IntPatch_Point & | I | ||
) |
void IntPatch_SequenceOfPoint::Split | ( | const Standard_Integer | Index, |
IntPatch_SequenceOfPoint & | Sub | ||
) |
const IntPatch_Point& IntPatch_SequenceOfPoint::Value | ( | const Standard_Integer | Index | ) | const |