Uses of Class
com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling.SoExpandLabelsProcessing.ExpandModes
-
Packages that use SoExpandLabelsProcessing.ExpandModes Package Description com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling -
-
Uses of SoExpandLabelsProcessing.ExpandModes in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
Fields in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling with type parameters of type SoExpandLabelsProcessing.ExpandModes Modifier and Type Field Description SoSFEnum<SoExpandLabelsProcessing.ExpandModes>
SoExpandLabelsProcessing. expandMode
Select the type of expansion to perform.Methods in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling that return SoExpandLabelsProcessing.ExpandModes Modifier and Type Method Description static SoExpandLabelsProcessing.ExpandModes
SoExpandLabelsProcessing.ExpandModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoExpandLabelsProcessing.ExpandModes
SoExpandLabelsProcessing.ExpandModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoExpandLabelsProcessing.ExpandModes[]
SoExpandLabelsProcessing.ExpandModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-