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