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

Impala::Core::VideoSet::Mpeg7Doc::Mpeg7Doc ( String  id,
String  fileName,
int  nrFrames,
int  fractions,
bool  withKeyframes,
String  conceptSet,
String  annoFileName,
int  frameRateNum,
int  frameRateDen 
) [inline]

Definition at line 35 of file Mpeg7Doc.h.

References CheckKnownFraction(), mAnnoFileName, mAnnoIsConcept, mConceptSet, mFractions, mFrameRateDen, mFrameRateNum, mId, mNrFrames, mOriginalHadKeyframes, and mVideoFileName.

00038     {
00039         mId = id;
00040         mVideoFileName = fileName;
00041         mNrFrames = nrFrames;
00042         mFractions = fractions;
00043         mOriginalHadKeyframes = withKeyframes;
00044         mConceptSet = conceptSet;
00045         mAnnoFileName = annoFileName;
00046         mAnnoIsConcept = false;
00047         mFrameRateNum = frameRateNum;
00048         mFrameRateDen = frameRateDen;
00049         CheckKnownFraction();
00050     }

Here is the call graph for this function:


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