C# Class CascadeSharp.TKFillet.ChFiDS.ChFiDS_SequenceOfSpine

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

public Append ( CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine theItem ) : void
theItem CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine
return void

Assign() public method

public Assign ( ChFiDS_SequenceOfSpine theOther ) : ChFiDS_SequenceOfSpine
theOther ChFiDS_SequenceOfSpine
return ChFiDS_SequenceOfSpine

ChFiDS_SequenceOfSpine() public method

public ChFiDS_SequenceOfSpine ( ) : System
return System

ChFiDS_SequenceOfSpine() public method

public ChFiDS_SequenceOfSpine ( ChFiDS_SequenceOfSpine theOther ) : System
theOther ChFiDS_SequenceOfSpine
return System

ChFiDS_SequenceOfSpine() public method

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

ChangeFirst() public method

public ChangeFirst ( ) : CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine
return CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine

ChangeLast() public method

public ChangeLast ( ) : CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine
return CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine

ChangeValue() public method

public ChangeValue ( int theIndex ) : CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine
theIndex int
return CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine

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.TKFillet.ChFiDS.ChFiDS_Spine
return CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine

InsertAfter() public method

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

InsertAfter() public method

public InsertAfter ( int theIndex, CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine theItem ) : void
theIndex int
theItem CascadeSharp.TKFillet.ChFiDS.ChFiDS_Spine
return void

InsertBefore() public method

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

InsertBefore() public method

public InsertBefore ( int theIndex, ChFiDS_Spine theItem ) : void
theIndex int
theItem ChFiDS_Spine
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : ChFiDS_Spine
return ChFiDS_Spine

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

public Prepend ( ChFiDS_Spine theItem ) : void
theItem ChFiDS_Spine
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, ChFiDS_Spine theItem ) : void
theIndex int
theItem ChFiDS_Spine
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : ChFiDS_Spine
theIndex int
return ChFiDS_Spine