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.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Slots | Signals | Public Member Functions | List of all members
QtUtils::QtHistogramWidget Class Reference
Inheritance diagram for QtUtils::QtHistogramWidget:

Public Slots

void set_histogram (const Core::Histogram &histogram)
 
void set_min (double)
 
void set_max (double)
 
double get_histogram_min ()
 
double get_histogram_max ()
 
void hide_threshold_bars ()
 
void show_threshold_bars ()
 
void reset_histogram ()
 

Signals

void lower_changed_signal (double)
 
void upper_changed_signal (double)
 

Public Member Functions

 QtHistogramWidget (QWidget *parent, QtSliderDoubleCombo *upper_threshold=0, QtSliderDoubleCombo *lower_threshold=0, bool show_threshold_brackets=false)
 
virtual void mousePressEvent (QMouseEvent *e)
 
virtual void mouseMoveEvent (QMouseEvent *e)
 
virtual void resizeEvent (QResizeEvent *e)
 
void set_thresholds (QtSliderDoubleCombo *upper_threshold, QtSliderDoubleCombo *lower_threshold)
 

Member Function Documentation

void QtUtils::QtHistogramWidget::reset_histogram ( )
slot

RESET_HISTOGRAM: Invalidate the current histogram

void QtUtils::QtHistogramWidget::set_histogram ( const Core::Histogram histogram)
slot

SET_HISTOGRAM: Set the histogram of the graph


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