Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
ColorPointWidget Class Reference

This widget handle specifically the color of each voxel (R, G, B) in the output rendered image. More...

#include <ColorPointWidget.h>

+ Inheritance diagram for ColorPointWidget:

Public Slots

virtual void colorButtonClicked ()
 
virtual void grayLevelChanged (int)
 
virtual void remove ()
 

Public Member Functions

 ColorPointWidget (QWidget *dad)
 
 ColorPointWidget (QWidget *dad, int grayLevel, QColor color)
 
QColor getColor ()
 
int getGrayLevel ()
 

Private Attributes

QColor currentColor
 
QWidget * dad
 
Ui_ColorPointWidget ui
 

Detailed Description

This widget handle specifically the color of each voxel (R, G, B) in the output rendered image.

volume_rendering_2.png
The color point widget appears in the bottom part of the widget.

Constructor & Destructor Documentation

ColorPointWidget::ColorPointWidget ( QWidget *  dad)
ColorPointWidget::ColorPointWidget ( QWidget *  dad,
int  grayLevel,
QColor  color 
)

Member Function Documentation

virtual void ColorPointWidget::colorButtonClicked ( )
virtualslot
QColor ColorPointWidget::getColor ( )
int ColorPointWidget::getGrayLevel ( )
virtual void ColorPointWidget::grayLevelChanged ( int  )
virtualslot
virtual void ColorPointWidget::remove ( )
virtualslot

Member Data Documentation

QColor ColorPointWidget::currentColor
private
QWidget* ColorPointWidget::dad
private
Ui_ColorPointWidget ColorPointWidget::ui
private

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