[inline]
Definition at line 106 of file Database.h.
References GetReadableFile(), GetWritableFile(), and mData.
Referenced by Impala::Core::ApplicationFactory::ApplicationFactory(), Impala::Core::Stream::RgbDataSrcLavc_old::DetermineInfoName(), Impala::Core::Stream::RgbDataSrcLavc::DetermineInfoName(), Impala::Application::Util::DoAPConfusion(), Impala::Application::Util::DoImportAnnotationsOrk(), Impala::Application::Util::DoScoreConcepts(), 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::Samples::ActiveLearnEngineQuids::HasResults(), Impala::Samples::ActiveLearnEngine::HasResults(), Impala::Core::ImageSet::ImageSetRepository::ImageSetRepository(), Impala::Core::Feature::FeatureTableSet::MakeFromFile(), Impala::Core::ImageSet::MakeImageSet(), Impala::Core::Database::MakeRawDataSet(), Impala::Core::VideoSet::MakeVideoSet(), Impala::Core::Feature::InterestPointFeature::ProjectOntoCodebook(), Impala::Samples::ActiveLearnEngineQuids::RetrieveResults(), Impala::Samples::ActiveLearnEngine::RetrieveResults(), Impala::Application::RunDistributedLearningEngine(), Impala::Core::ImageSet::ImageSet::SaveImageSet(), Impala::Core::Feature::InterestPointFeature::SetCodebook(), Impala::Core::VideoSet::ShotSegmenter::ShotSegmenter(), Impala::Samples::ActiveLearnEngineQuids::SubmitRequest(), Impala::Samples::ActiveLearnEngine::SubmitRequest(), Impala::Core::ImageSet::ImageSet::UpdateImageSet(), Impala::Core::VideoSet::VideoSetRepository::VideoSetRepository(), and Impala::Application::DataServer::WriteVideoAsHashes().
00107 { 00108 CString path = file; 00109 if (toWrite) 00110 return GetWritableFile(mData.begin(), mData.end(), path, silent); 00111 return GetReadableFile(mData.begin(), mData.end(), path, silent); 00112 }
Here is the call graph for this function: