Click or drag to resize
SoVolumeRenderDetailGetRgbaValues Method
Overload List
  NameDescription
Public methodGetRgbaValues(Queue) Obsolete.
Calls GetRgbaValues(rgbaValues, -1.f).
Public methodGetRgbaValues(IListSbVec4ub)
Calls GetRgbaValues(rgbaValues, -1.f).
Public methodGetRgbaValues(Queue, Queue) Obsolete.
Calls GetRgbaValues(rgbaValues, objectPos, -1.f).
Public methodGetRgbaValues(Queue, Single) Obsolete.

Returns the RGBA value of each voxel intersected by the pick ray.

Public methodGetRgbaValues(IListSbVec4ub, IListSbVec3f)
Calls GetRgbaValues(rgbaValues, objectPos, -1.f).
Public methodGetRgbaValues(IListSbVec4ub, IListSbVec3i32)
Calls GetRgbaValues(rgbaValues, dataPos, -1.f).
Public methodGetRgbaValues(IListSbVec4ub, Single)

Returns the RGBA value of each voxel intersected by the pick ray.

Public methodGetRgbaValues(Queue, Queue, Single) Obsolete.

Returns the RGBA value and object space position of each voxel intersected by the pick ray.

Public methodGetRgbaValues(IListSbVec4ub, IListSbVec3f, Single)

Returns the RGBA value and object space position of each voxel intersected by the pick ray.

Public methodGetRgbaValues(IListSbVec4ub, IListSbVec3i32, Single)

Returns the RGBA value and data space position of each voxel intersected by the pick ray.

Public methodGetRgbaValues(Queue, Queue, Queue, Queue) Obsolete.
Calls GetRgbaValues(rgbaValues, objectPos, dataPos, tileIds, -1.f).
Public methodGetRgbaValues(IListSbVec4ub, IListSbVec3f, IListSbVec3i32, IListSoLDMTileID)
Calls GetRgbaValues(rgbaValues, objectPos, dataPos, tileIds, -1.f).
Public methodGetRgbaValues(Queue, Queue, Queue, Queue, Single) Obsolete.

Returns the RGBA value, object space position, data space position and tileId for each voxel intersected by the pick ray.

Public methodGetRgbaValues(IListSbVec4ub, IListSbVec3f, IListSbVec3i32, IListSoLDMTileID, Single)

Returns the RGBA value, object space position, data space position and tileId for each voxel intersected by the pick ray.

Top
See Also