C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_SequenceOfCouple

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

public Append ( IntSurf_Couple theItem ) : void
theItem IntSurf_Couple
return void

Append() public method

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

Assign() public method

public Assign ( IntSurf_SequenceOfCouple theOther ) : IntSurf_SequenceOfCouple
theOther IntSurf_SequenceOfCouple
return IntSurf_SequenceOfCouple

ChangeFirst() public method

public ChangeFirst ( ) : IntSurf_Couple
return IntSurf_Couple

ChangeLast() public method

public ChangeLast ( ) : IntSurf_Couple
return IntSurf_Couple

ChangeValue() public method

public ChangeValue ( int theIndex ) : IntSurf_Couple
theIndex int
return IntSurf_Couple

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 ( ) : IntSurf_Couple
return IntSurf_Couple

InsertAfter() public method

public InsertAfter ( int theIndex, IntSurf_Couple theItem ) : void
theIndex int
theItem IntSurf_Couple
return void

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IntSurf_SequenceOfCouple() public method

public IntSurf_SequenceOfCouple ( ) : System
return System

IntSurf_SequenceOfCouple() public method

public IntSurf_SequenceOfCouple ( IntSurf_SequenceOfCouple theOther ) : System
theOther IntSurf_SequenceOfCouple
return System

IntSurf_SequenceOfCouple() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : IntSurf_Couple
return IntSurf_Couple

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( IntSurf_Couple theItem ) : void
theItem IntSurf_Couple
return void

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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