Click or drag to resize
SoResampleImageProcessing3d Properties

The SoResampleImageProcessing3d type exposes the following members.

Properties
  NameDescription
Public propertyinImage

The input image.

Public propertyinterpolationType

The type of interpolation used for the re-sampling.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyoutImage

The output image.

Public propertypaddingValue

The output value if an output voxel position is outside the bounding box of the input image.

Public propertysamplingMode

Specifies how the voxel size is computed.

Public propertysubVolume

Specifies the input subvolume as an axis aligned box in 3D space.

Public propertysubVolumeDimension

The dimensions of the output sub volume.

Public propertysubVolumeTransform
Public propertytransform

This transformation is applied to all output voxel positions before the interpolation.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also