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

String Impala::Util::Database::GetFilePath ( CString  file,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 108 of file Database.h.

References GetReadableFile(), GetWritableFile(), and mData.

Referenced by Impala::Core::Stream::RgbDataSrcLavc_old::DetermineInfoName(), Impala::Core::Stream::RgbDataSrcLavc::DetermineInfoName(), Impala::Core::Database::RawDataSet::GetFilePath(), Impala::Core::ImageSet::ImageSet::GetFilePathId(), Impala::Core::Database::RawDataSet::GetFilePathMetaData(), Impala::Core::VideoSet::VideoSet::GetVideo(), Impala::Core::ImageSet::ConcatFeatures::HandleDoneDir(), Impala::Core::VideoSet::ConcatFeatures::HandleDoneFile(), Impala::Application::ActiveLearnEngineQuids::HasResults(), Impala::Application::ActiveLearnEngine::HasResults(), Impala::Core::Feature::FeatureTableSet::MakeFromFile(), Impala::Core::ImageSet::MakeImageSet(), Impala::Core::Database::MakeRawDataSet(), Impala::Core::VideoSet::MakeVideoSet(), Impala::Application::ActiveLearnEngineQuids::RetrieveResults(), Impala::Application::ActiveLearnEngine::RetrieveResults(), Impala::Core::ImageSet::ImageSet::SaveImageSet(), Impala::Application::ActiveLearnEngineQuids::SubmitRequest(), Impala::Application::ActiveLearnEngine::SubmitRequest(), Impala::Core::ImageSet::ImageSet::UpdateImageSet(), and Impala::Application::DataServer::WriteVideoAsHashes().

00109     {
00110         CString path = file;
00111         if (toWrite)
00112             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00113         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00114     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:12 2011 for ImpalaSrc by  doxygen 1.5.1