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