Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

ULONG Impala::Visualization::SegmentationDocumentGuiAnno::RelevanceColor ( float  relevance  )  [inline, private]

Definition at line 1063 of file SegmentationDocumentGuiAnno.h.

Referenced by DrawShotRelevance(), and UpdateRelevance().

01064     {
01065         if (relevance < 0.01)
01066             return oglTrRED;
01067         if (relevance > 0.99)
01068             return oglTrDARKGREEN;
01069         return oglBLACK;
01070     }


Generated on Thu Jan 13 09:24:59 2011 for ImpalaSrc by  doxygen 1.5.1