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

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

Definition at line 229 of file mainVidSet.cpp.

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

Referenced by mainVidSet().

00230 {
00231     CmdOptions& options = CmdOptions::GetInstance();
00232     if (options.GetBool("virtualWalkAll"))
00233         return 0;
00234     int startTask = options.GetInt("startTask");
00235     if (startTask == -1)
00236         startTask = 0;
00237     return startTask + Link::Mpi::MyId();
00238 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:56 2011 for ImpalaSrc by  doxygen 1.5.1