Click or drag to resize
SbImageDataAccessorGetRow Method
Overload List
  NameDescription
Public methodGetRow(IListDouble, Int32)
Calls GetRow(values, y, System.Int32(0), System.Int32(0), System.Int32(0)).
Public methodGetRow(SoCpuBufferObject, Int32)
Calls GetRow(values, y, System.Int32(0), System.Int32(0), System.Int32(0)).
Public methodGetRow(IListDouble, Int32, Int32)
Calls GetRow(values, y, z, System.Int32(0), System.Int32(0)).
Public methodGetRow(SoCpuBufferObject, Int32, Int32)
Calls GetRow(values, y, z, System.Int32(0), System.Int32(0)).
Public methodGetRow(IListDouble, Int32, Int32, Int32)
Calls GetRow(values, y, z, t, System.Int32(0)).
Public methodGetRow(SoCpuBufferObject, Int32, Int32, Int32)
Calls GetRow(values, y, z, t, System.Int32(0)).
Public methodGetRow(IListDouble, Int32, Int32, Int32, Int32)

Alternate method to OIV.ImageViz.SbImageDataAccessor.GetRow(OIV.Inventor.Devices.SoCpuBufferObject, System.Int32, System.Int32, System.Int32, System.Int32).

Public methodGetRow(SoCpuBufferObject, Int32, Int32, Int32, Int32)

Get values of the full row at specified coordinates.

Top
See Also