SbImageDataAccessorGetRow Method (ListDouble, Int32, Int32, Int32, Int32) |
Alternate method to getRow( SoCpuBufferObject* values, int y, int z, int t, int c ).
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool GetRow(
List<double> values,
int y,
int z,
int t,
int c
)
Public Function GetRow (
values As List(Of Double),
y As Integer,
z As Integer,
t As Integer,
c As Integer
) As Boolean
public:
bool GetRow(
List<double>^ values,
int y,
int z,
int t,
int c
)
member GetRow :
values : List<float> *
y : int *
z : int *
t : int *
c : int -> bool
Parameters
- values
- Type: System.Collections.GenericListDouble
- y
- Type: SystemInt32
- z
- Type: SystemInt32
- t
- Type: SystemInt32
- c
- Type: SystemInt32
Return Value
Type:
Boolean
Remarks
See Also