Click or drag to resize
SoVolumeDataSetSubSamplingMethod Method

Note: This API is now obsolete.

Specifies the subsampling method used when automatic subsampling is activated.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetSubSamplingMethod(
	SoVolumeDataSubMethods method
)

Parameters

method
Type: OIV.VolumeViz.NodesSoVolumeDataSubMethods
Remarks

See enableAutoSubSampling(). Depending on the kind of data, it may be useful to use a specific method. The default is NEAREST.Obsoletesince Open Inventor 9000 No longer supported.

See Also