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

Core::Array::Array2dVec3UInt8* Impala::Core::ImageSet::IxsDocument::CurImage (  )  [inline]

Definition at line 32 of file IxsDocument.h.

References Impala::Core::Database::DataDocument::CurFileId(), Impala::Core::ImageSet::ImageSet::GetImage(), Impala::Core::Database::DataDocument::HasCurFile(), and mImSet.

Referenced by Impala::Visualization::IxsDocumentGuiMain::HandleNewFile(), and VisualAtCursor().

00033     {
00034         if (!HasCurFile())
00035             return 0;
00036         return mImSet->GetImage(CurFileId());
00037     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:14:51 2010 for ImpalaSrc by  doxygen 1.5.1