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

Impala::Core::VideoSet::VideoSet::VideoSet ( Util::Database db,
String  setName,
bool  readSet 
) [inline]

Definition at line 37 of file VideoSet.h.

References Impala::Core::Database::RawDataSet::GenerateFileNames(), Impala::Persistency::VideoSetsRepository::GetInstance(), Impala::Core::Database::RawDataSet::GetSetName(), Impala::Core::Database::RawDataSet::mQuidClass, Impala::QUID_CLASS_FRAME, and Impala::Persistency::VideoSetsRepository::Register().

00037                                                              :
00038         Database::RawDataSet
00039             (db, setName,
00040              readSet ? db->GetFilePath("VideoData", setName, false, false) : ""),
00041         mSetId(-1)
00042     {
00043         GenerateFileNames(".mpg");
00044         mQuidClass = QUID_CLASS_FRAME;
00045         VideoSetsRepository::GetInstance().Register(this, GetSetName());
00046     }
#endif // REPOSITORY_USED

Here is the call graph for this function:


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