Uses of Class
adams.data.imagesegmentation.layerorder.AbstractImageSegmentationContainerLayerOrder
-
Packages that use AbstractImageSegmentationContainerLayerOrder Package Description adams.data.imagesegmentation.filter adams.data.imagesegmentation.layerorder -
-
Uses of AbstractImageSegmentationContainerLayerOrder in adams.data.imagesegmentation.filter
Fields in adams.data.imagesegmentation.filter declared as AbstractImageSegmentationContainerLayerOrder Modifier and Type Field Description protected AbstractImageSegmentationContainerLayerOrder
RemoveOverlaps. m_Order
how to order the layers.Methods in adams.data.imagesegmentation.filter that return AbstractImageSegmentationContainerLayerOrder Modifier and Type Method Description AbstractImageSegmentationContainerLayerOrder
RemoveOverlaps. getOrder()
Returns the order to use.Methods in adams.data.imagesegmentation.filter with parameters of type AbstractImageSegmentationContainerLayerOrder Modifier and Type Method Description void
RemoveOverlaps. setOrder(AbstractImageSegmentationContainerLayerOrder value)
Sets the order to use. -
Uses of AbstractImageSegmentationContainerLayerOrder in adams.data.imagesegmentation.layerorder
Subclasses of AbstractImageSegmentationContainerLayerOrder in adams.data.imagesegmentation.layerorder Modifier and Type Class Description class
AsIs
Returns the order as provided by the underlying hash map.class
Predefined
Returns the layers in sorted order.class
Sorted
Returns the layers in sorted order.
-