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

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

Definition at line 32 of file Segmentation.h.

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

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

Here is the call graph for this function:


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