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

int Impala::Application::VidSet::GetVideoTask (  ) 

Definition at line 214 of file mainVidSet.cpp.

References Impala::CmdOptions::GetInstance(), and Impala::CmdOptions::GetInt().

Referenced by mainVidSet().

00215 {
00216     CmdOptions& options = CmdOptions::GetInstance();
00217     int startTask = options.GetInt("startTask");
00218     if (startTask == -1)
00219         startTask = 0;
00220     return startTask + Link::Mpi::MyId();
00221 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:55:38 2010 for ImpalaSrc by  doxygen 1.5.1