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
Signals | Public Member Functions | List of all members
Seg3D::QtLayerListWidget Class Reference
Inheritance diagram for Seg3D::QtLayerListWidget:

Signals

void index_changed_signal ()
 

Public Member Functions

 QtLayerListWidget (QWidget *parent=0)
 
int get_value () const
 
QString get_label () const
 
bool counter_hidden () const
 
void set_validity (bool valid)
 
void set_mask_name (const std::string &name)
 
void set_mask_index (const int index)
 
void hide_counter (bool hide)
 

Member Function Documentation

bool Seg3D::QtLayerListWidget::counter_hidden ( ) const

COUNTER_HIDDEN: function that returns wether the counter is hidden or not

QString Seg3D::QtLayerListWidget::get_label ( ) const

GETLABEL: function that returns the value of the label that contains the name of the layer

int Seg3D::QtLayerListWidget::get_value ( ) const

GETVALUE: function that returns the value from the spinbox

void Seg3D::QtLayerListWidget::hide_counter ( bool  hide)

HIDECOUNTER: hides the counter in the widget

void Seg3D::QtLayerListWidget::set_mask_index ( const int  index)

SETMASKINDEX: function that sets the index of the mask in the widget

void Seg3D::QtLayerListWidget::set_mask_name ( const std::string &  name)

SETMASKNAME: function that sets the mask name

void Seg3D::QtLayerListWidget::set_validity ( bool  valid)

SETVALIDITY: function that sets wether the widget is valid or not


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