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