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

void Impala::Visualization::DirImViewer::HandleView ( int  vIdx,
int  imIdx,
bool  bwd 
) [inline]

Definition at line 376 of file DirImViewer.h.

References CopyImageFromView(), FindIndex(), HandleViewSettings(), mViews, ViewCreateImage(), and ViewNewPositionNeedsIm().

Referenced by DisplayFunc().

00377     {
00378         if (vIdx < 0 || vIdx > mViews.size()-1)
00379             return;
00380         if (ViewNewPositionNeedsIm(vIdx,imIdx))
00381         {
00382             int foundIdx;
00383             if ((foundIdx = FindIndex(imIdx,vIdx,bwd))!=-1)
00384                 CopyImageFromView(vIdx,foundIdx,imIdx);
00385             else
00386                 ViewCreateImage(vIdx,imIdx);
00387         }
00388         HandleViewSettings(vIdx);
00389     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:38 2011 for ImpalaSrc by  doxygen 1.5.1