Method | Description | |
---|---|---|
Append ( |
||
Append ( gp_Circ theItem ) : void | ||
Assign ( |
||
ChangeFirst ( ) : gp_Circ | ||
ChangeLast ( ) : gp_Circ | ||
ChangeValue ( int theIndex ) : gp_Circ | ||
Clear ( ) : void | ||
Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
Exchange ( int I, int J ) : void | ||
First ( ) : gp_Circ | ||
InsertAfter ( int theIndex, |
||
InsertAfter ( int theIndex, gp_Circ theItem ) : void | ||
InsertBefore ( int theIndex, |
||
InsertBefore ( int theIndex, gp_Circ theItem ) : void | ||
IsEmpty ( ) : bool | ||
Last ( ) : gp_Circ | ||
Length ( ) : int | ||
LocOpe_SequenceOfCirc ( ) : System | ||
LocOpe_SequenceOfCirc ( |
||
LocOpe_SequenceOfCirc ( NCollection_BaseAllocator theAllocator ) : System | ||
Lower ( ) : int | ||
Prepend ( |
||
Prepend ( gp_Circ theItem ) : void | ||
Remove ( int theIndex ) : void | ||
Remove ( int theFromIndex, int theToIndex ) : void | ||
Reverse ( ) : void | ||
SetValue ( int theIndex, gp_Circ theItem ) : void | ||
Size ( ) : int | ||
Split ( int theIndex, |
||
Upper ( ) : int | ||
Value ( int theIndex ) : gp_Circ |
public Append ( |
||
theSeq | ||
return | void |
public Assign ( |
||
theOther | ||
return |
public ChangeValue ( int theIndex ) : gp_Circ | ||
theIndex | int | |
return | gp_Circ |
public Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
theAllocator | NCollection_BaseAllocator | |
return | void |
public InsertAfter ( int theIndex, |
||
theIndex | int | |
theSeq | ||
return | void |
public InsertAfter ( int theIndex, gp_Circ theItem ) : void | ||
theIndex | int | |
theItem | gp_Circ | |
return | void |
public InsertBefore ( int theIndex, |
||
theIndex | int | |
theSeq | ||
return | void |
public InsertBefore ( int theIndex, gp_Circ theItem ) : void | ||
theIndex | int | |
theItem | gp_Circ | |
return | void |
public LocOpe_SequenceOfCirc ( |
||
theOther | ||
return | System |
public LocOpe_SequenceOfCirc ( NCollection_BaseAllocator theAllocator ) : System | ||
theAllocator | NCollection_BaseAllocator | |
return | System |
public Prepend ( |
||
theSeq | ||
return | void |
public Remove ( int theFromIndex, int theToIndex ) : void | ||
theFromIndex | int | |
theToIndex | int | |
return | void |
public SetValue ( int theIndex, gp_Circ theItem ) : void | ||
theIndex | int | |
theItem | gp_Circ | |
return | void |
public Split ( int theIndex, |
||
theIndex | int | |
theSeq | ||
return | void |