Uses of Class
com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton.SoPruningProcessing3d.PruningModes
-
Packages that use SoPruningProcessing3d.PruningModes Package Description com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton The Hit-or-miss and Skeleton category contains engines used to produce simplified representations of the objects in an image, while preserving their geometrical structure. -
-
Uses of SoPruningProcessing3d.PruningModes in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton with type parameters of type SoPruningProcessing3d.PruningModes Modifier and Type Field Description SoSFEnum<SoPruningProcessing3d.PruningModes>
SoPruningProcessing3d. pruningMode
End point mode .Methods in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton that return SoPruningProcessing3d.PruningModes Modifier and Type Method Description static SoPruningProcessing3d.PruningModes
SoPruningProcessing3d.PruningModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoPruningProcessing3d.PruningModes
SoPruningProcessing3d.PruningModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoPruningProcessing3d.PruningModes[]
SoPruningProcessing3d.PruningModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-