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