Uses of Class
com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms.SoResampleImageProcessing3d.SamplingModes
-
Packages that use SoResampleImageProcessing3d.SamplingModes Package Description com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms Geometric Transforms engines are usually used to align images. -
-
Uses of SoResampleImageProcessing3d.SamplingModes in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
Fields in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms with type parameters of type SoResampleImageProcessing3d.SamplingModes Modifier and Type Field Description SoSFEnum<SoResampleImageProcessing3d.SamplingModes>
SoResampleImageProcessing3d. samplingMode
Specifies how the voxel size is computed.Methods in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms that return SoResampleImageProcessing3d.SamplingModes Modifier and Type Method Description static SoResampleImageProcessing3d.SamplingModes
SoResampleImageProcessing3d.SamplingModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoResampleImageProcessing3d.SamplingModes
SoResampleImageProcessing3d.SamplingModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoResampleImageProcessing3d.SamplingModes[]
SoResampleImageProcessing3d.SamplingModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-