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

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

Public methodSetRow(SoCpuBufferObject, Int32, Int32, Int32, Int32)

Set values to a row at specified coordinates.

Top
See Also