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

Impala::Core::VideoSet::SegmentationDocument::SegmentationDocument ( VideoSet vidSet,
Segmentation shots,
Keyframes keyframes,
ImageSet imSetKeyfr,
ImageSet imSetThumb,
ImageSet imSetStill 
) [inline]

Definition at line 28 of file SegmentationDocument.h.

References mBookmarked, mBookmarkedIds, mCurrentKeyframes, mCurrentKeyfrId, mCurrentShotId, mImSetKeyfr, mImSetStill, mImSetThumb, mKeyframes, mShots, and mVidSet.

00030                                                                      :
00031         Database::DataDocument(vidSet)
00032     {
00033         mVidSet = vidSet;
00034         mShots = shots;
00035         mKeyframes = keyframes;
00036         mImSetKeyfr = imSetKeyfr;
00037         mImSetThumb = imSetThumb;
00038         mImSetStill = imSetStill;
00039 
00040         mCurrentKeyfrId = -1;
00041         mCurrentShotId = -1;
00042         mCurrentKeyframes = new TableIds(50);
00043 
00044         mBookmarked = new TableShots();
00045         mBookmarkedIds = new TableIds(0);
00046     }


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