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