Class ViewOpenVOIUI


  • public class ViewOpenVOIUI
    extends java.lang.Object
    User interface to open a VOI.
    Version:
    0.1 Feb 24, 1998
    Author:
    Matthew J. McAuliffe, Ph.D.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ViewUserInterface UI
      The main user interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewOpenVOIUI()
      Constructor to allow user to open a file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VOI[] open​(ModelImage image, boolean doLabel)
      Open a VOI array based on the suffix of the file.
      VOI[] openOtherOrientation​(ModelImage image)
      Open a VOI array based on the suffix of the file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ViewOpenVOIUI

        public ViewOpenVOIUI()
        Constructor to allow user to open a file.
    • Method Detail

      • open

        public VOI[] open​(ModelImage image,
                          boolean doLabel)
        Open a VOI array based on the suffix of the file.
        Parameters:
        image - Image to open the VOI on.
        doLabel - DOCUMENT ME!
        Returns:
        the opened VOIs
      • openOtherOrientation

        public VOI[] openOtherOrientation​(ModelImage image)
        Open a VOI array based on the suffix of the file.
        Parameters:
        image - Image to open the VOI on.
        Returns:
        the opened VOIs