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