C# Class CascadeSharp.TKTopAlgo.MAT.MAT_SequenceOfArc

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
Append ( MAT_SequenceOfArc theSeq ) : void
Assign ( MAT_SequenceOfArc theOther ) : MAT_SequenceOfArc
ChangeFirst ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
ChangeLast ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
ChangeValue ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
InsertAfter ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
InsertAfter ( int theIndex, MAT_SequenceOfArc theSeq ) : void
InsertBefore ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
InsertBefore ( int theIndex, MAT_SequenceOfArc theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
Length ( ) : int
Lower ( ) : int
MAT_SequenceOfArc ( ) : System
MAT_SequenceOfArc ( MAT_SequenceOfArc theOther ) : System
MAT_SequenceOfArc ( NCollection_BaseAllocator theAllocator ) : System
Prepend ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
Prepend ( MAT_SequenceOfArc theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
Size ( ) : int
Split ( int theIndex, MAT_SequenceOfArc theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc

Method Details

Append() public method

public Append ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return void

Append() public method

public Append ( MAT_SequenceOfArc theSeq ) : void
theSeq MAT_SequenceOfArc
return void

Assign() public method

public Assign ( MAT_SequenceOfArc theOther ) : MAT_SequenceOfArc
theOther MAT_SequenceOfArc
return MAT_SequenceOfArc

ChangeFirst() public method

public ChangeFirst ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return CascadeSharp.TKTopAlgo.MAT.MAT_Arc

ChangeLast() public method

public ChangeLast ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return CascadeSharp.TKTopAlgo.MAT.MAT_Arc

ChangeValue() public method

public ChangeValue ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
theIndex int
return CascadeSharp.TKTopAlgo.MAT.MAT_Arc

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

First() public method

public First ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return CascadeSharp.TKTopAlgo.MAT.MAT_Arc

InsertAfter() public method

public InsertAfter ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theIndex int
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return void

InsertAfter() public method

public InsertAfter ( int theIndex, MAT_SequenceOfArc theSeq ) : void
theIndex int
theSeq MAT_SequenceOfArc
return void

InsertBefore() public method

public InsertBefore ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theIndex int
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return void

InsertBefore() public method

public InsertBefore ( int theIndex, MAT_SequenceOfArc theSeq ) : void
theIndex int
theSeq MAT_SequenceOfArc
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return CascadeSharp.TKTopAlgo.MAT.MAT_Arc

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

MAT_SequenceOfArc() public method

public MAT_SequenceOfArc ( ) : System
return System

MAT_SequenceOfArc() public method

public MAT_SequenceOfArc ( MAT_SequenceOfArc theOther ) : System
theOther MAT_SequenceOfArc
return System

MAT_SequenceOfArc() public method

public MAT_SequenceOfArc ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

Prepend() public method

public Prepend ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return void

Prepend() public method

public Prepend ( MAT_SequenceOfArc theSeq ) : void
theSeq MAT_SequenceOfArc
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

SetValue() public method

public SetValue ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theIndex int
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
return void

Size() public method

public Size ( ) : int
return int

Split() public method

public Split ( int theIndex, MAT_SequenceOfArc theSeq ) : void
theIndex int
theSeq MAT_SequenceOfArc
return void

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
theIndex int
return CascadeSharp.TKTopAlgo.MAT.MAT_Arc