DGtalTools
1.5.beta
|
#include <visualisation/sliceViewer.h>
Public Member Functions | |
ColorMapFunctor (const ColorMapType type) | |
unsigned int | operator() (unsigned char aVal) const |
Data Fields | |
ColorMapType | myType |
DGtal::HueShadeColorMap< unsigned char > | hueShade |
DGtal::GradientColorMap< unsigned char, DGtal::CMAP_COOL > | gradShadeCool |
DGtal::GradientColorMap< unsigned char, DGtal::CMAP_HOT > | gradShadeHot |
Definition at line 56 of file sliceViewer.h.
|
inline |
Definition at line 57 of file sliceViewer.h.
|
inline |
Definition at line 65 of file sliceViewer.h.
References DGtal::Color::blue(), MainWindow::GradientMapCool, MainWindow::GradientMapHot, gradShadeCool, gradShadeHot, DGtal::Color::green(), hueShade, MainWindow::HueshadeCM, myType, and DGtal::Color::red().
DGtal::GradientColorMap<unsigned char, DGtal::CMAP_COOL> MainWindow::ColorMapFunctor::gradShadeCool |
Definition at line 88 of file sliceViewer.h.
Referenced by operator()().
DGtal::GradientColorMap<unsigned char, DGtal::CMAP_HOT> MainWindow::ColorMapFunctor::gradShadeHot |
Definition at line 89 of file sliceViewer.h.
Referenced by operator()().
DGtal::HueShadeColorMap<unsigned char> MainWindow::ColorMapFunctor::hueShade |
Definition at line 87 of file sliceViewer.h.
Referenced by operator()().
ColorMapType MainWindow::ColorMapFunctor::myType |
Definition at line 86 of file sliceViewer.h.
Referenced by operator()().