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

template<class ValT>
void Impala::Core::Array::Trait::RgbLabel< ValT >::DoIt ( const ValT &  pixV,
UInt8 rgbPtr 
) [inline]

Actual operation.

Definition at line 39 of file RgbLabel.h.

References Impala::Core::Array::Element::E1Cast(), and Impala::Core::Array::Trait::RgbLabel< ValT >::mTab.

00040     {
00041         int pix = Element::E1Cast(pixV, int());
00042         int mask = (pix == 0) ? 8 : pix % 8;
00043         *rgbPtr++ = mTab[mask][0];
00044         *rgbPtr++ = mTab[mask][1];
00045         *rgbPtr++ = mTab[mask][2];
00046     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:05:04 2010 for ImpalaSrc by  doxygen 1.5.1