C# Class CascadeSharp.TKMath.Bnd.Bnd_Array1OfSphere

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Assign ( Bnd_Array1OfSphere theOther ) : Bnd_Array1OfSphere
theOther Bnd_Array1OfSphere
Résultat Bnd_Array1OfSphere

Bnd_Array1OfSphere() public méthode

public Bnd_Array1OfSphere ( ) : System
Résultat System

Bnd_Array1OfSphere() public méthode

public Bnd_Array1OfSphere ( Bnd_Array1OfSphere theOther ) : System
theOther Bnd_Array1OfSphere
Résultat System

Bnd_Array1OfSphere() public méthode

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

Bnd_Array1OfSphere() public méthode

public Bnd_Array1OfSphere ( int theLower, int theUpper ) : System
theLower int
theUpper int
Résultat System

ChangeFirst() public méthode

public ChangeFirst ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
Résultat CascadeSharp.TKMath.Bnd.Bnd_Sphere

ChangeLast() public méthode

public ChangeLast ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
Résultat CascadeSharp.TKMath.Bnd.Bnd_Sphere

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
theIndex int
Résultat CascadeSharp.TKMath.Bnd.Bnd_Sphere

First() public méthode

public First ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
Résultat CascadeSharp.TKMath.Bnd.Bnd_Sphere

Init() public méthode

public Init ( CascadeSharp.TKMath.Bnd.Bnd_Sphere theValue ) : void
theValue CascadeSharp.TKMath.Bnd.Bnd_Sphere
Résultat void

IsAllocated() public méthode

public IsAllocated ( ) : bool
Résultat bool

IsDeletable() public méthode

public IsDeletable ( ) : bool
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
Résultat CascadeSharp.TKMath.Bnd.Bnd_Sphere

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Move() public méthode

public Move ( Bnd_Array1OfSphere theOther ) : Bnd_Array1OfSphere
theOther Bnd_Array1OfSphere
Résultat Bnd_Array1OfSphere

Resize() public méthode

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
Résultat void

SetValue() public méthode

public SetValue ( int theIndex, CascadeSharp.TKMath.Bnd.Bnd_Sphere theItem ) : void
theIndex int
theItem CascadeSharp.TKMath.Bnd.Bnd_Sphere
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : CascadeSharp.TKMath.Bnd.Bnd_Sphere
theIndex int
Résultat CascadeSharp.TKMath.Bnd.Bnd_Sphere