Class InstanceVOI

java.lang.Object
gov.nih.mipav.view.dialogs.InstanceVOI

class InstanceVOI extends Object
The VOI instance holds the file name and directory name for each type of the VOIs (Axial, Sagittal, Coronal) Additionally, myContourVector is the chunk vector to hold the 3D coordinate points of VOIs for each type. We assume only read XML type ( voi_coord.xsd ) voi file.
  • Field Details

  • Constructor Details

    • InstanceVOI

      public InstanceVOI(String _suffix, JTextField _textField)
    • InstanceVOI

      public InstanceVOI(String _suffix, String fileNameFullPath)
  • Method Details

    • selectFile

      public void selectFile()
      Select either VOI file or Ply file.
    • setFileName

      public void setFileName()
    • readXML

      public boolean readXML()
      Reads in the older VOI XML schema (using pixel coordinates)
      Parameters:
      voi - VOI
      Returns:
      boolean