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

void Impala::Core::Feature::FeatureTableResult::SetInfo ( String  info  )  [inline]

Definition at line 84 of file FeatureTableResult.h.

References mTableInfoString, and mTables.

Referenced by Impala::Core::VideoSet::InterestPointProc::InterestPointProc(), and Impala::Core::ImageSet::InterestPointProc::InterestPointProc().

00085     {
00086         mTableInfoString = info;
00087         for(int i = 0; i < mTables.size(); i++)
00088         {
00089             if(mTables[i])
00090                 mTables[i]->SetInfo(info);
00091         }
00092     }


Generated on Thu Jan 13 09:19:11 2011 for ImpalaSrc by  doxygen 1.5.1