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

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

Definition at line 37 of file Keyframes.h.

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

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

Here is the call graph for this function:


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