C# Class CascadeSharp.TKMath.Bnd.Bnd_HArray1OfBox

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Array1 ( ) : CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox
Bnd_HArray1OfBox ( ) : System
Bnd_HArray1OfBox ( CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox theOther ) : System
Bnd_HArray1OfBox ( Bnd_HArray1OfBox parameter1 ) : System
Bnd_HArray1OfBox ( int theLower, int theUpper ) : System
Bnd_HArray1OfBox ( int theLower, int theUpper, CascadeSharp.TKMath.Bnd.Bnd_Box theValue ) : System
ChangeArray1 ( ) : CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox
ChangeFirst ( ) : CascadeSharp.TKMath.Bnd.Bnd_Box
ChangeLast ( ) : CascadeSharp.TKMath.Bnd.Bnd_Box
ChangeValue ( int theIndex ) : CascadeSharp.TKMath.Bnd.Bnd_Box
First ( ) : CascadeSharp.TKMath.Bnd.Bnd_Box
Init ( CascadeSharp.TKMath.Bnd.Bnd_Box theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKMath.Bnd.Bnd_Box
Length ( ) : int
Lower ( ) : int
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, CascadeSharp.TKMath.Bnd.Bnd_Box theItem ) : void
Size ( ) : int
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKMath.Bnd.Bnd_Box
get_type_name ( ) : char

Method Details

Array1() public method

public Array1 ( ) : CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox
return CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox

Bnd_HArray1OfBox() public method

public Bnd_HArray1OfBox ( ) : System
return System

Bnd_HArray1OfBox() public method

public Bnd_HArray1OfBox ( CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox theOther ) : System
theOther CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox
return System

Bnd_HArray1OfBox() public method

public Bnd_HArray1OfBox ( Bnd_HArray1OfBox parameter1 ) : System
parameter1 Bnd_HArray1OfBox
return System

Bnd_HArray1OfBox() public method

public Bnd_HArray1OfBox ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

Bnd_HArray1OfBox() public method

public Bnd_HArray1OfBox ( int theLower, int theUpper, CascadeSharp.TKMath.Bnd.Bnd_Box theValue ) : System
theLower int
theUpper int
theValue CascadeSharp.TKMath.Bnd.Bnd_Box
return System

ChangeArray1() public method

public ChangeArray1 ( ) : CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox
return CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox

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

First() public method

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

Init() public method

public Init ( CascadeSharp.TKMath.Bnd.Bnd_Box theValue ) : void
theValue CascadeSharp.TKMath.Bnd.Bnd_Box
return void

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

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

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Resize() public method

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
return void

SetValue() public method

public SetValue ( int theIndex, CascadeSharp.TKMath.Bnd.Bnd_Box theItem ) : void
theIndex int
theItem CascadeSharp.TKMath.Bnd.Bnd_Box
return void

Size() public method

public Size ( ) : int
return int

Upper() public method

public Upper ( ) : int
return int

Value() public method

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

get_type_name() public method

public get_type_name ( ) : char
return char