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

void Impala::Core::VideoSet::Segmentation::Update ( String  name  )  [inline]

Definition at line 287 of file Segmentation.h.

References Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathVideoIndex(), mName, mVidSet, and Impala::Core::Table::Write().

Referenced by Impala::Core::IDash::VideoSetWrapper::Add().

00288     {
00289         if (!name.empty())
00290             mName = name;
00291         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00292                                                       true, true);
00293         if (fName.empty())  // try force override thru read
00294             fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00295                                                    false, false);
00296         Write(this, fName, mVidSet->GetDatabase(), true);
00297     }

Here is the call graph for this function:


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