CVR-Lib last update 20 Sep 2009

cvr::viewer2DPainter::viewer2DPainter::cacheBlock Class Reference

Data computed for a channel and flags indicating if stats were already computed. More...

#include <cvrViewer2DPainter.h>

Collaboration diagram for cvr::viewer2DPainter::viewer2DPainter::cacheBlock:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 cacheBlock ()
void invalidate ()

Public Attributes

bool minMaxOk_
bool histEqOk_
float min_
float max_
vector< float > lut_


Detailed Description

Data computed for a channel and flags indicating if stats were already computed.

Constructor & Destructor Documentation

cvr::viewer2DPainter::viewer2DPainter::cacheBlock::cacheBlock (  ) 

Constructor.


Member Function Documentation

void cvr::viewer2DPainter::viewer2DPainter::cacheBlock::invalidate (  ) 

Invalidate cache block.


Member Data Documentation

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.


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

Generated on Sun Sep 20 22:08:42 2009 for CVR-Lib by Doxygen 1.5.8