Method | Description | |
---|---|---|
Allocate ( ) : void | ||
Assign ( |
||
ChangeValue ( int theRow, int theCol ) : gp_XYZ | ||
ColLength ( ) : int | ||
Init ( gp_XYZ theValue ) : void | ||
IsDeletable ( ) : bool | ||
Length ( ) : int | ||
LowerCol ( ) : int | ||
LowerRow ( ) : int | ||
Move ( |
||
NbColumns ( ) : int | ||
NbRows ( ) : int | ||
Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void | ||
RowLength ( ) : int | ||
SetValue ( int theRow, int theCol, gp_XYZ theItem ) : void | ||
Size ( ) : int | ||
TColgp_Array2OfXYZ ( ) : System | ||
TColgp_Array2OfXYZ ( |
||
TColgp_Array2OfXYZ ( gp_XYZ theBegin, int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System | ||
TColgp_Array2OfXYZ ( int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System | ||
UpperCol ( ) : int | ||
UpperRow ( ) : int | ||
Value ( int theRow, int theCol ) : gp_XYZ | ||
fillIndexTable ( gp_XYZ theTable ) : void |
public Assign ( |
||
theOther | ||
return |
public ChangeValue ( int theRow, int theCol ) : gp_XYZ | ||
theRow | int | |
theCol | int | |
return | gp_XYZ |
public Move ( |
||
theOther | ||
return |
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 |
public SetValue ( int theRow, int theCol, gp_XYZ theItem ) : void | ||
theRow | int | |
theCol | int | |
theItem | gp_XYZ | |
return | void |
public TColgp_Array2OfXYZ ( |
||
theOther | ||
return | System |
public TColgp_Array2OfXYZ ( gp_XYZ theBegin, int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System | ||
theBegin | gp_XYZ | |
theRowLower | int | |
theRowUpper | int | |
theColLower | int | |
theColUpper | int | |
return | System |
public TColgp_Array2OfXYZ ( int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System | ||
theRowLower | int | |
theRowUpper | int | |
theColLower | int | |
theColUpper | int | |
return | System |
public Value ( int theRow, int theCol ) : gp_XYZ | ||
theRow | int | |
theCol | int | |
return | gp_XYZ |
public fillIndexTable ( gp_XYZ theTable ) : void | ||
theTable | gp_XYZ | |
return | void |