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

template<class ArrayT>
void Impala::Core::Array::GetRgbPixelsSt ( ArrayT *  src,
UInt8 *  pixels,
Real64  lowVal,
Real64  highVal,
int  resWidth = -1,
int  resHeight = -1,
Geometry::GeoIntType  gi = Geometry::NEAREST 
) [inline]

Definition at line 129 of file GetRgbPixels.h.

References Impala::Core::Array::Pattern::PatRgbOp().

00132 {
00133     typedef typename ArrayT::ArithType ArithT;
00134 
00135     Trait::RgbStretchClip<ArithT> rgbOpStretch(lowVal, highVal);
00136     Pattern::PatRgbOp(src, pixels, resWidth, resHeight, gi, rgbOpStretch);
00137 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:40 2010 for ImpalaSrc by  doxygen 1.5.1