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

int Impala::Visualization::ImageSet::GetIdForIndex ( int  idx  )  [inline]

Definition at line 88 of file ImageSet.h.

References Impala::Visualization::ImagesWindow::mImages.

00089     {
00090         if (idx >= 0 && idx < mImages.size())
00091             return mImages[idx]->Idx();
00092         return -1;
00093     }


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