Uses of Class
com.openinventor.imageviz.engines.geometryandmatching.registration.SoImagePreAlignmentTransform3d.AlignmentModes
-
Packages that use SoImagePreAlignmentTransform3d.AlignmentModes Package Description com.openinventor.imageviz.engines.geometryandmatching.registration This group provides a package of registration functions. -
-
Uses of SoImagePreAlignmentTransform3d.AlignmentModes in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration with type parameters of type SoImagePreAlignmentTransform3d.AlignmentModes Modifier and Type Field Description SoSFEnum<SoImagePreAlignmentTransform3d.AlignmentModes>
SoImagePreAlignmentTransform3d. alignmentMode
Select the type of alignment .Methods in com.openinventor.imageviz.engines.geometryandmatching.registration that return SoImagePreAlignmentTransform3d.AlignmentModes Modifier and Type Method Description static SoImagePreAlignmentTransform3d.AlignmentModes
SoImagePreAlignmentTransform3d.AlignmentModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoImagePreAlignmentTransform3d.AlignmentModes
SoImagePreAlignmentTransform3d.AlignmentModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoImagePreAlignmentTransform3d.AlignmentModes[]
SoImagePreAlignmentTransform3d.AlignmentModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-