|
Open CASCADE Technology 6.5.2
|
#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 |
| void IntPatch_SequenceOfPoint::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* IntPatch_SequenceOfPoint::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* IntPatch_SequenceOfPoint::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| 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 | ( | IntPatch_SequenceOfPoint & | S | ) |
| void IntPatch_SequenceOfPoint::Prepend | ( | const IntPatch_Point & | T | ) |
| 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 |
1.7.4