Click or drag to resize
SoVolumeData.ReSampling Method (SbVec3i32, SoVolumeData.SubMethods, SoVolumeData.OverMethods)

Note: This API is now obsolete.

Re-samples the volume down to or up to the given dimension using the sub-sampling method OIV.VolumeViz.Nodes.SoVolumeData.SubMethods and the over-sampling method OIV.VolumeViz.Nodes.SoVolumeData.OverMethods.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer supported. Please use OIV.LDM.SoLDMDataAccess class.")]
public SoVolumeData ReSampling(
	SbVec3i32 dimension,
	SoVolumeData. SubMethods subMethod,
	SoVolumeData. OverMethods name_25435
)

Parameters

dimension
Type: OIV.Inventor.SbVec3i32
subMethod
Type: OIV.VolumeViz.Nodes.SoVolumeData.SubMethods
name_25435
Type: OIV.VolumeViz.Nodes.SoVolumeData.OverMethods

Return Value

Type: SoVolumeData
Remarks

If a reader is specified, the original volume data is not loaded.

Over-sampling is not yet implemented. NONE (default) indicates that no over-sampling is performed. For example if the original dimension is 256x256x64 and the reSampling dimension is 128x128x128, the result is a volume of dimension 128x128x64.Obsoletesince Open Inventor 9000. No longer supported. Please use OIV.LDM.SoLDMDataAccess class.

See Also