C# Class CascadeSharp.TKMath.Bnd.Bnd_Array1OfSphere

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( Bnd_Array1OfSphere theOther ) : Bnd_Array1OfSphere
Bnd_Array1OfSphere ( ) : System
Bnd_Array1OfSphere ( Bnd_Array1OfSphere theOther ) : System
Bnd_Array1OfSphere ( CascadeSharp.TKMath.Bnd.Bnd_Sphere theBegin, int theLower, int theUpper ) : System
Bnd_Array1OfSphere ( int theLower, int theUpper ) : System
ChangeFirst ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
ChangeLast ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
ChangeValue ( int theIndex ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
First ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
Init ( CascadeSharp.TKMath.Bnd.Bnd_Sphere theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
Length ( ) : int
Lower ( ) : int
Move ( Bnd_Array1OfSphere theOther ) : Bnd_Array1OfSphere
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, CascadeSharp.TKMath.Bnd.Bnd_Sphere theItem ) : void
Size ( ) : int
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere

Method Details

Assign() public method

public Assign ( Bnd_Array1OfSphere theOther ) : Bnd_Array1OfSphere
theOther Bnd_Array1OfSphere
return Bnd_Array1OfSphere

Bnd_Array1OfSphere() public method

public Bnd_Array1OfSphere ( ) : System
return System

Bnd_Array1OfSphere() public method

public Bnd_Array1OfSphere ( Bnd_Array1OfSphere theOther ) : System
theOther Bnd_Array1OfSphere
return System

Bnd_Array1OfSphere() public method

public Bnd_Array1OfSphere ( CascadeSharp.TKMath.Bnd.Bnd_Sphere theBegin, int theLower, int theUpper ) : System
theBegin CascadeSharp.TKMath.Bnd.Bnd_Sphere
theLower int
theUpper int
return System

Bnd_Array1OfSphere() public method

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

ChangeFirst() public method

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

ChangeLast() public method

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

ChangeValue() public method

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

First() public method

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

Init() public method

public Init ( CascadeSharp.TKMath.Bnd.Bnd_Sphere theValue ) : void
theValue CascadeSharp.TKMath.Bnd.Bnd_Sphere
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_Sphere
return CascadeSharp.TKMath.Bnd.Bnd_Sphere

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( Bnd_Array1OfSphere theOther ) : Bnd_Array1OfSphere
theOther Bnd_Array1OfSphere
return Bnd_Array1OfSphere

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_Sphere theItem ) : void
theIndex int
theItem CascadeSharp.TKMath.Bnd.Bnd_Sphere
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_Sphere
theIndex int
return CascadeSharp.TKMath.Bnd.Bnd_Sphere