Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:20:04 2011 for ImpalaSrc by  doxygen 1.5.1