C# Class CascadeSharp.TKMath.Bnd.Bnd_Array1OfBox2d

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

Méthodes publiques

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

Method Details

Assign() public méthode

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

Bnd_Array1OfBox2d() public méthode

public Bnd_Array1OfBox2d ( ) : System
Résultat System

Bnd_Array1OfBox2d() public méthode

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

Bnd_Array1OfBox2d() public méthode

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

Bnd_Array1OfBox2d() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : Bnd_Box2d
Résultat Bnd_Box2d

ChangeLast() public méthode

public ChangeLast ( ) : Bnd_Box2d
Résultat Bnd_Box2d

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : Bnd_Box2d
theIndex int
Résultat Bnd_Box2d

First() public méthode

public First ( ) : Bnd_Box2d
Résultat Bnd_Box2d

Init() public méthode

public Init ( Bnd_Box2d theValue ) : void
theValue Bnd_Box2d
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 ( ) : Bnd_Box2d
Résultat Bnd_Box2d

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_Array1OfBox2d theOther ) : Bnd_Array1OfBox2d
theOther Bnd_Array1OfBox2d
Résultat Bnd_Array1OfBox2d

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, Bnd_Box2d theItem ) : void
theIndex int
theItem Bnd_Box2d
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 ) : Bnd_Box2d
theIndex int
Résultat Bnd_Box2d