Computer Assited Medical Intervention Tool Kit
version 4.1
|
This widget handle specifically the color of each voxel (R, G, B) in the output rendered image. More...
#include <ColorPointWidget.h>
Inherits QWidget.
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 |
This widget handle specifically the color of each voxel (R, G, B) in the output rendered image.
ColorPointWidget::ColorPointWidget | ( | QWidget * | dad | ) |
References currentColor, dad, and ui.
ColorPointWidget::ColorPointWidget | ( | QWidget * | dad, |
int | grayLevel, | ||
QColor | color | ||
) |
References currentColor, dad, and ui.
|
virtualslot |
References currentColor, and ui.
QColor ColorPointWidget::getColor | ( | ) |
References currentColor.
int ColorPointWidget::getGrayLevel | ( | ) |
References ui.
|
virtualslot |
References ui.
|
virtualslot |
References dad, and VolumeRenderingWidget::removeColorPoint().
|
private |
Referenced by colorButtonClicked(), ColorPointWidget(), and getColor().
|
private |
Referenced by ColorPointWidget(), and remove().
|
private |
Referenced by colorButtonClicked(), ColorPointWidget(), getGrayLevel(), and grayLevelChanged().