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

OGLIMAGE* Impala::Application::SDash::RoiLoader::GetDummyImage (  )  [inline]

Definition at line 29 of file RoiLoader.h.

References Impala::Visualization::RgbOglImage::OglImage(), Impala::Core::Array::ReadJpg(), and VAN_GOGH.

Referenced by Load().

00030     {
00031         if (!VAN_GOGH)
00032         {
00033             char buf[40];
00034             sprintf(buf, "SurvIm_5.jpg");
00035             Core::Array::Array2dVec3UInt8* im = 0;
00036             ReadJpg(im, buf);
00037             VAN_GOGH = Visualization::RgbOglImage::OglImage(im); 
00038         }
00039         return VAN_GOGH;
00040     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:49:36 2010 for ImpalaSrc by  doxygen 1.5.1