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

Impala::Core::VideoSet::Stills::Stills ( VideoSet vidSet,
String  name 
) [inline]

Definition at line 33 of file Stills.h.

References ILOG_ERROR, Load(), mName, mShotGroups, mVideoGroups, mVidSet, and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName().

00033                                           : StillsBaseType(0)
00034     {
00035         mVidSet = vidSet;
00036         mName = name;
00037         mVideoGroups = 0;
00038         mShotGroups = 0;
00039         SetColName(1, "videoId");
00040         SetColName(2, "shotId");
00041         SetColName(3, "frameNr");
00042         SetColName(4, "name");
00043 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00044         if (!mName.empty())
00045             Load();
00046 #else // REPOSITORY_USED
00047         if (!mName.empty())
00048             ILOG_ERROR("Load stills via repository");
00049 #endif // REPOSITORY_USED
00050     }

Here is the call graph for this function:


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