Uses of Class
com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling.SoSeparateObjectsProcessing.SeparationModes
-
Packages that use SoSeparateObjectsProcessing.SeparationModes Package Description com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling -
-
Uses of SoSeparateObjectsProcessing.SeparationModes in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
Fields in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling with type parameters of type SoSeparateObjectsProcessing.SeparationModes Modifier and Type Field Description SoSFEnum<SoSeparateObjectsProcessing.SeparationModes>
SoSeparateObjectsProcessing. separationMode
Select the output image type: separation lines, split objects, separated basins or joined basins.Methods in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling that return SoSeparateObjectsProcessing.SeparationModes Modifier and Type Method Description static SoSeparateObjectsProcessing.SeparationModes
SoSeparateObjectsProcessing.SeparationModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoSeparateObjectsProcessing.SeparationModes
SoSeparateObjectsProcessing.SeparationModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoSeparateObjectsProcessing.SeparationModes[]
SoSeparateObjectsProcessing.SeparationModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-