#include <MAT_SequenceOfArc.hxx>
|
| | MAT_SequenceOfArc () |
| |
| void | Clear () |
| |
| | ~MAT_SequenceOfArc () |
| |
| const MAT_SequenceOfArc & | Assign (const MAT_SequenceOfArc &Other) |
| |
| const MAT_SequenceOfArc & | operator= (const MAT_SequenceOfArc &Other) |
| |
| void | Append (const Handle< MAT_Arc > &T) |
| |
| void | Append (MAT_SequenceOfArc &S) |
| |
| void | Prepend (const Handle< MAT_Arc > &T) |
| |
| void | Prepend (MAT_SequenceOfArc &S) |
| |
| void | InsertBefore (const Standard_Integer Index, const Handle< MAT_Arc > &T) |
| |
| void | InsertBefore (const Standard_Integer Index, MAT_SequenceOfArc &S) |
| |
| void | InsertAfter (const Standard_Integer Index, const Handle< MAT_Arc > &T) |
| |
| void | InsertAfter (const Standard_Integer Index, MAT_SequenceOfArc &S) |
| |
| const Handle_MAT_Arc & | First () const |
| |
| const Handle_MAT_Arc & | Last () const |
| |
| void | Split (const Standard_Integer Index, MAT_SequenceOfArc &Sub) |
| |
| const Handle_MAT_Arc & | Value (const Standard_Integer Index) const |
| |
| const Handle_MAT_Arc & | operator() (const Standard_Integer Index) const |
| |
| void | SetValue (const Standard_Integer Index, const Handle< MAT_Arc > &I) |
| |
| Handle_MAT_Arc & | ChangeValue (const Standard_Integer Index) |
| |
| Handle_MAT_Arc & | operator() (const Standard_Integer Index) |
| |
| void | Remove (const Standard_Integer Index) |
| |
| void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
| |
| Standard_Boolean | IsEmpty () const |
| | returns True if the sequence <me> contains no elements.
More...
|
| |
| Standard_Integer | Length () const |
| | Returns the number of element(s) in the <br>
sequence. Returns zero if the sequence is empty.
More...
|
| |
| void | Reverse () |
| | Reverses the order of items on <me>. <br>
Example:
before
me = (A B C)
after
me = (C B A)
More...
|
| |
| void | Exchange (const Standard_Integer I, const Standard_Integer J) |
| | Swaps elements which are located at <br>
positions and <J> in <me>.
Raises an exception if I or J is out of bound.
Example:
before
me = (A B C), I = 1, J = 3
after
me = (C B A)
More...
|
| |
| MAT_SequenceOfArc::MAT_SequenceOfArc |
( |
| ) |
|
| MAT_SequenceOfArc::~MAT_SequenceOfArc |
( |
| ) |
|
|
inline |
| void MAT_SequenceOfArc::Clear |
( |
| ) |
|
| const Handle_MAT_Arc& MAT_SequenceOfArc::First |
( |
| ) |
const |
| const Handle_MAT_Arc& MAT_SequenceOfArc::Last |
( |
| ) |
const |
| const Handle_MAT_Arc& MAT_SequenceOfArc::operator() |
( |
const Standard_Integer |
Index | ) |
const |
|
inline |
| const Handle_MAT_Arc& MAT_SequenceOfArc::Value |
( |
const Standard_Integer |
Index | ) |
const |
The documentation for this class was generated from the following file: