SoVolumeRenderDetailGetRgbaValues Method (Queue, Queue, Single) |
Note: This API is now obsolete.
Returns the RGBA value and object space position of each voxel intersected by the pick ray.
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetRgbaValues(
Queue rgbaValues,
Queue objectPos,
float opacityThreshold
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetRgbaValues (
rgbaValues As Queue,
objectPos As Queue,
opacityThreshold As Single
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetRgbaValues(
Queue^ rgbaValues,
Queue^ objectPos,
float opacityThreshold
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetRgbaValues :
rgbaValues : Queue *
objectPos : Queue *
opacityThreshold : float32 -> unit
Parameters
- rgbaValues
- Type: System.CollectionsQueue
- objectPos
- Type: System.CollectionsQueue
- opacityThreshold
- Type: SystemSingle
Remarks Plus their object space position. Voxels with a alpha value less or equal to opacityThreshold are ignored. Values returned are based on the (possibly subsampled) tiles currently in memory.
Obsolete since Open Inventor 8000.
See Also