SoVolumeDataReSampling Method (SbVec3i32, SoVolumeDataSubMethods, SoVolumeDataOverMethods) |
Note: This API is now obsolete.
Re-samples the volume down to or up to the given dimension using the sub-sampling method SubMethod() and the over-sampling method OverMethod().
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoVolumeData ReSampling(
SbVec3i32 dimension,
SoVolumeDataSubMethods subMethod,
SoVolumeDataOverMethods name_29457
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function ReSampling (
dimension As SbVec3i32,
subMethod As SoVolumeDataSubMethods,
name_29457 As SoVolumeDataOverMethods
) As SoVolumeData
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoVolumeData^ ReSampling(
SbVec3i32 dimension,
SoVolumeDataSubMethods subMethod,
SoVolumeDataOverMethods name_29457
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member ReSampling :
dimension : SbVec3i32 *
subMethod : SoVolumeDataSubMethods *
name_29457 : SoVolumeDataOverMethods -> SoVolumeData
Parameters
- dimension
- Type: OIV.InventorSbVec3i32
- subMethod
- Type: OIV.VolumeViz.NodesSoVolumeDataSubMethods
- name_29457
- Type: OIV.VolumeViz.NodesSoVolumeDataOverMethods
Return Value
Type:
SoVolumeData
RemarksIf 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 SoLDMDataAccess class.
See Also