C# Class CascadeSharp.TKMath.Bnd.Bnd_SeqOfBox

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

public Append ( CascadeSharp.TKMath.Bnd.Bnd_Box theItem ) : void
theItem CascadeSharp.TKMath.Bnd.Bnd_Box
return void

Append() public method

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

Assign() public method

public Assign ( Bnd_SeqOfBox theOther ) : Bnd_SeqOfBox
theOther Bnd_SeqOfBox
return Bnd_SeqOfBox

Bnd_SeqOfBox() public method

public Bnd_SeqOfBox ( ) : System
return System

Bnd_SeqOfBox() public method

public Bnd_SeqOfBox ( Bnd_SeqOfBox theOther ) : System
theOther Bnd_SeqOfBox
return System

Bnd_SeqOfBox() public method

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

ChangeFirst() public method

public ChangeFirst ( ) : CascadeSharp.TKMath.Bnd.Bnd_Box
return CascadeSharp.TKMath.Bnd.Bnd_Box

ChangeLast() public method

public ChangeLast ( ) : CascadeSharp.TKMath.Bnd.Bnd_Box
return CascadeSharp.TKMath.Bnd.Bnd_Box

ChangeValue() public method

public ChangeValue ( int theIndex ) : CascadeSharp.TKMath.Bnd.Bnd_Box
theIndex int
return CascadeSharp.TKMath.Bnd.Bnd_Box

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.TKMath.Bnd.Bnd_Box
return CascadeSharp.TKMath.Bnd.Bnd_Box

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : Bnd_Box
return Bnd_Box

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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