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

int Impala::Core::Stream::RgbDataSrc::GetHour (  )  const [inline]

Definition at line 228 of file RgbDataSrc.h.

References GetTime().

Referenced by Impala::Visualization::VideoPlayer::KeyboardFunc().

00229     {
00230         long hour, minute, second, fraction;
00231         GetTime(hour, minute, second, fraction);
00232         return hour;
00233     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:28 2011 for ImpalaSrc by  doxygen 1.5.1