C# Class CascadeSharp.TKMath.TColgp.TColgp_Array2OfDir

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

Méthodes publiques

Méthode Description
Allocate ( ) : void
Assign ( TColgp_Array2OfDir theOther ) : TColgp_Array2OfDir
ChangeValue ( int theRow, int theCol ) : gp_Dir
ColLength ( ) : int
Init ( gp_Dir theValue ) : void
IsDeletable ( ) : bool
Length ( ) : int
LowerCol ( ) : int
LowerRow ( ) : int
Move ( TColgp_Array2OfDir theOther ) : TColgp_Array2OfDir
NbColumns ( ) : int
NbRows ( ) : int
Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void
RowLength ( ) : int
SetValue ( int theRow, int theCol, gp_Dir theItem ) : void
Size ( ) : int
TColgp_Array2OfDir ( ) : System
TColgp_Array2OfDir ( TColgp_Array2OfDir theOther ) : System
TColgp_Array2OfDir ( gp_Dir theBegin, int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
TColgp_Array2OfDir ( int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
UpperCol ( ) : int
UpperRow ( ) : int
Value ( int theRow, int theCol ) : gp_Dir
fillIndexTable ( gp_Dir theTable ) : void

Method Details

Allocate() public méthode

public Allocate ( ) : void
Résultat void

Assign() public méthode

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

ChangeValue() public méthode

public ChangeValue ( int theRow, int theCol ) : gp_Dir
theRow int
theCol int
Résultat gp_Dir

ColLength() public méthode

public ColLength ( ) : int
Résultat int

Init() public méthode

public Init ( gp_Dir theValue ) : void
theValue gp_Dir
Résultat void

IsDeletable() public méthode

public IsDeletable ( ) : bool
Résultat bool

Length() public méthode

public Length ( ) : int
Résultat int

LowerCol() public méthode

public LowerCol ( ) : int
Résultat int

LowerRow() public méthode

public LowerRow ( ) : int
Résultat int

Move() public méthode

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

NbColumns() public méthode

public NbColumns ( ) : int
Résultat int

NbRows() public méthode

public NbRows ( ) : int
Résultat int

Resize() public méthode

public Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void
theRowLower int
theRowUpper int
theColLower int
theColUpper int
theToCopyData bool
Résultat void

RowLength() public méthode

public RowLength ( ) : int
Résultat int

SetValue() public méthode

public SetValue ( int theRow, int theCol, gp_Dir theItem ) : void
theRow int
theCol int
theItem gp_Dir
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

TColgp_Array2OfDir() public méthode

public TColgp_Array2OfDir ( ) : System
Résultat System

TColgp_Array2OfDir() public méthode

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

TColgp_Array2OfDir() public méthode

public TColgp_Array2OfDir ( gp_Dir theBegin, int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
theBegin gp_Dir
theRowLower int
theRowUpper int
theColLower int
theColUpper int
Résultat System

TColgp_Array2OfDir() public méthode

public TColgp_Array2OfDir ( int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
theRowLower int
theRowUpper int
theColLower int
theColUpper int
Résultat System

UpperCol() public méthode

public UpperCol ( ) : int
Résultat int

UpperRow() public méthode

public UpperRow ( ) : int
Résultat int

Value() public méthode

public Value ( int theRow, int theCol ) : gp_Dir
theRow int
theCol int
Résultat gp_Dir

fillIndexTable() public méthode

public fillIndexTable ( gp_Dir theTable ) : void
theTable gp_Dir
Résultat void