|
last update 20 Sep 2009 |
|
#include <cvrViewer2DPainter.h>

Public Member Functions | |
| cacheBlock () | |
| void | invalidate () |
Public Attributes | |
| bool | minMaxOk_ |
| bool | histEqOk_ |
| float | min_ |
| float | max_ |
| vector< float > | lut_ |
| cvr::viewer2DPainter::viewer2DPainter::cacheBlock::cacheBlock | ( | ) |
Constructor.
| void cvr::viewer2DPainter::viewer2DPainter::cacheBlock::invalidate | ( | ) |
Invalidate cache block.
| bool cvr::viewer2DPainter::viewer2DPainter::cacheBlock::histEqOk_ |
Flag to indicate that the histogram equalization LUT are up-to-date.
| vector<float> cvr::viewer2DPainter::viewer2DPainter::cacheBlock::lut_ |
LUT for histogram equalization.
| float cvr::viewer2DPainter::viewer2DPainter::cacheBlock::max_ |
Max value.
| float cvr::viewer2DPainter::viewer2DPainter::cacheBlock::min_ |
Min value.
| bool cvr::viewer2DPainter::viewer2DPainter::cacheBlock::minMaxOk_ |
Flag to indicate that the min-max statistics are up-to-date.