Class JDialogSurfaceReconstructionTBI

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

public class JDialogSurfaceReconstructionTBI extends JDialogSurfaceReconstruction
Version:
24 10, 2014
Author:
Ruida Cheng
See Also:
  • Field Details

    • buttonPanel

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

      public JPanel msgPanel
      Msg box to show the Prostate surface analysis related info.
    • BallPivotingPanel

      private JPanel BallPivotingPanel
    • plyInputFilePanel

      private JPanel plyInputFilePanel
    • plyOutputFilePanel

      private JPanel plyOutputFilePanel
    • textFieldBallRadius

      private JTextField textFieldBallRadius
    • textFieldClusteringRadius

      private JTextField textFieldClusteringRadius
    • textFieldAngleThreshold

      private JTextField textFieldAngleThreshold
    • textFieldInputFile

      private JTextField textFieldInputFile
    • textFieldOutputFile

      private JTextField textFieldOutputFile
    • buttonInputFile

      private JButton buttonInputFile
    • buttonOutputFile

      private JButton buttonOutputFile
    • chooser

      private JFileChooser chooser
    • fileNameInput

      private String fileNameInput
    • directoryInput

      private String directoryInput
    • file_suffix

      private String file_suffix
    • UI

      private ViewUserInterface UI
    • fileNameOutput

      private String fileNameOutput
    • directoryOutput

      private String directoryOutput
  • Constructor Details

    • JDialogSurfaceReconstructionTBI

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