Uses of Class
com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations.SoBitShiftProcessing.ShiftDirections
-
Packages that use SoBitShiftProcessing.ShiftDirections Package Description com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations The Logical Operations category contains logical operations between two images or between an image and a constant as union, intersection, complementary. -
-
Uses of SoBitShiftProcessing.ShiftDirections in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations with type parameters of type SoBitShiftProcessing.ShiftDirections Modifier and Type Field Description SoSFEnum<SoBitShiftProcessing.ShiftDirections>SoBitShiftProcessing. shiftDirectionSelect the shifting direction.Methods in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations that return SoBitShiftProcessing.ShiftDirections Modifier and Type Method Description static SoBitShiftProcessing.ShiftDirectionsSoBitShiftProcessing.ShiftDirections. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoBitShiftProcessing.ShiftDirectionsSoBitShiftProcessing.ShiftDirections. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoBitShiftProcessing.ShiftDirections[]SoBitShiftProcessing.ShiftDirections. values()Returns an array containing the constants of this enum type, in the order they are declared.
-