Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
Public Member Functions | Protected Member Functions | List of all members
Seg3D::SegmentationSummaryPage Class Reference
Inheritance diagram for Seg3D::SegmentationSummaryPage:

Public Member Functions

 SegmentationSummaryPage (SegmentationPrivateHandle private_handle, QWidget *parent=0)
 

Protected Member Functions

virtual void initializePage ()
 
virtual bool isComplete () const
 
virtual bool validatePage ()
 

Member Function Documentation

void Seg3D::SegmentationSummaryPage::initializePage ( )
protectedvirtual

INITIALIZEPAGE: function that is called right before the page is loaded and used to populate the page with data that we dont have when the constructor is called

bool Seg3D::SegmentationSummaryPage::isComplete ( ) const
protectedvirtual

ISCOMPLETE: function that is connected to all of the spinboxes so that any change in them is instantly checked for validity

bool Seg3D::SegmentationSummaryPage::validatePage ( )
protectedvirtual

VALIDATEPAGE: This function is actually called after "isComplete" is called and in this case we use it to validate the information on the summary page and dispatch the actions


The documentation for this class was generated from the following files: