Class AbstractImageSegmentationContainerLayerOrder

    • Constructor Detail

      • AbstractImageSegmentationContainerLayerOrder

        public AbstractImageSegmentationContainerLayerOrder()
    • Method Detail

      • check

        protected String check​(ImageSegmentationContainer cont)
        Hook method for performing checks prior to generating the layer order.
        Parameters:
        cont - the container to check
        Returns:
        null if checks successful, otherwise errors
      • doGenerate

        protected abstract String[] doGenerate​(ImageSegmentationContainer cont)
        Generates the layer order.
        Parameters:
        cont - the container to use
        Returns:
        the generated order
      • generate

        public String[] generate​(ImageSegmentationContainer cont)
        Generates the layer order.
        Parameters:
        cont - the container to use
        Returns:
        the generated order