C# Class CascadeSharp.TKernel.TColStd.TColStd_HArray2OfInteger

Inheritance: Standard_Transient
显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Allocate ( ) : void
Array2 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger
ChangeArray2 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger
ChangeValue ( int theRow, int theCol ) : int
ColLength ( ) : int
Init ( int theValue ) : void
IsDeletable ( ) : bool
Length ( ) : int
LowerCol ( ) : int
LowerRow ( ) : int
NbColumns ( ) : int
NbRows ( ) : int
Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void
RowLength ( ) : int
SetValue ( int theRow, int theCol, int theItem ) : void
Size ( ) : int
TColStd_HArray2OfInteger ( ) : System
TColStd_HArray2OfInteger ( CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger theOther ) : System
TColStd_HArray2OfInteger ( TColStd_HArray2OfInteger parameter1 ) : System
TColStd_HArray2OfInteger ( int theRowLow, int theRowUpp, int theColLow, int theColUpp ) : System
TColStd_HArray2OfInteger ( int theRowLow, int theRowUpp, int theColLow, int theColUpp, int theValue ) : System
UpperCol ( ) : int
UpperRow ( ) : int
Value ( int theRow, int theCol ) : int
fillIndexTable ( int &theTable ) : void
get_type_name ( ) : char

Method Details

Allocate() public method

public Allocate ( ) : void
return void

Array2() public method

public Array2 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger
return CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger

ChangeArray2() public method

public ChangeArray2 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger
return CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger

ChangeValue() public method

public ChangeValue ( int theRow, int theCol ) : int
theRow int
theCol int
return int

ColLength() public method

public ColLength ( ) : int
return int

Init() public method

public Init ( int theValue ) : void
theValue int
return void

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

LowerCol() public method

public LowerCol ( ) : int
return int

LowerRow() public method

public LowerRow ( ) : int
return int

NbColumns() public method

public NbColumns ( ) : int
return int

NbRows() public method

public NbRows ( ) : int
return int

Resize() public method

public Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void
theRowLower int
theRowUpper int
theColLower int
theColUpper int
theToCopyData bool
return void

RowLength() public method

public RowLength ( ) : int
return int

SetValue() public method

public SetValue ( int theRow, int theCol, int theItem ) : void
theRow int
theCol int
theItem int
return void

Size() public method

public Size ( ) : int
return int

TColStd_HArray2OfInteger() public method

public TColStd_HArray2OfInteger ( ) : System
return System

TColStd_HArray2OfInteger() public method

public TColStd_HArray2OfInteger ( CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger theOther ) : System
theOther CascadeSharp.TKernel.TColStd.TColStd_Array2OfInteger
return System

TColStd_HArray2OfInteger() public method

public TColStd_HArray2OfInteger ( TColStd_HArray2OfInteger parameter1 ) : System
parameter1 TColStd_HArray2OfInteger
return System

TColStd_HArray2OfInteger() public method

public TColStd_HArray2OfInteger ( int theRowLow, int theRowUpp, int theColLow, int theColUpp ) : System
theRowLow int
theRowUpp int
theColLow int
theColUpp int
return System

TColStd_HArray2OfInteger() public method

public TColStd_HArray2OfInteger ( int theRowLow, int theRowUpp, int theColLow, int theColUpp, int theValue ) : System
theRowLow int
theRowUpp int
theColLow int
theColUpp int
theValue int
return System

UpperCol() public method

public UpperCol ( ) : int
return int

UpperRow() public method

public UpperRow ( ) : int
return int

Value() public method

public Value ( int theRow, int theCol ) : int
theRow int
theCol int
return int

fillIndexTable() public method

public fillIndexTable ( int &theTable ) : void
theTable int
return void

get_type_name() public method

public get_type_name ( ) : char
return char