Package gov.nih.mipav.view
Class ViewOpenVOIUI
- java.lang.Object
-
- gov.nih.mipav.view.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.
-
-
-
Field Detail
-
UI
private ViewUserInterface UI
The main user interface.
-
-
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
-
-