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

bool Impala::Core::Stream::RgbDataDstDX::Valid (  )  [inline, virtual]

Reimplemented from Impala::Core::Stream::RgbDataDst.

Definition at line 27 of file RgbDataDstDX.h.

References mDxHandle.

00028     {
00029         if (mDxHandle == 0)
00030             return false;
00031         return true;
00032     }


Generated on Fri Mar 19 11:16:54 2010 for ImpalaSrc by  doxygen 1.5.1