Class JDialogConvertVOITBI

All Implemented Interfaces:
DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogConvertVOITBI extends JDialogSaveMergedVOIs
This dialog converts the VOI lines or VOI contour lines into .ply file format as the point cloud based file. The cloud points is written as a .ply file, which can be read from MeshLab software. Current assumption is the TBI brain file is coronal image.
Version:
22 Oct, 2014
Author:
Ruida Cheng
See Also:
  • Field Details

    • labelCoronalVOI

      private JLabel labelCoronalVOI
    • labelPlyFile

      private JLabel labelPlyFile
    • textFieldCoronalVOI

      public JTextField textFieldCoronalVOI
      Text field for each VOI and ply file.
    • textFieldPlyFile

      public JTextField textFieldPlyFile
      Text field for each VOI and ply file.
    • buttonCoronal

      public JButton buttonCoronal
      Choose button for each VOI and ply file.
    • buttonPly

      public JButton buttonPly
      Choose button for each VOI and ply file.
    • VOIsPanel

      public JPanel VOIsPanel
    • buttonPanel

      public JPanel buttonPanel
      Button panel to hold the OK button, Cancel button, and Help button.
    • CoronalVOIs

      private final InstanceVOI CoronalVOIs
    • PlyInstance

      private final InstanceVOI PlyInstance
      Ply file instance. This instance only uses the file dir and file name.
  • Constructor Details

    • JDialogConvertVOITBI

      public JDialogConvertVOITBI(Frame theParentFrame)
      Constructor for Merging the 3 VOIs and save into one cloudy points file.
      Parameters:
      theParentFrame -
  • Method Details