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