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

IOBuffer* Impala::Persistency::File::GetReadBuffer (  )  [inline]

Definition at line 196 of file File.h.

References Impala::Persistency::FileSystem::GetIOBuffer(), GetPath(), ILOG_ERROR, mFileSystem, and Valid().

Referenced by Impala::Core::Matrix::VirtualMatrixFactory::ConstructIOBufferReader(), CopyFrom(), Impala::Core::Geometry::DatabaseReadVxRectangle(), Impala::Application::Util::DoCreateImageSet(), Impala::Persistency::VideoSetRepositoryInFile::Get(), Impala::Persistency::Mpeg7DocRepositoryInFile::Get(), Impala::Persistency::LabelSetRepositoryInFile::Get(), Impala::Persistency::ImageSetRepositoryInFile::Get(), Impala::Persistency::FikSvmRepositoryInFile::Get(), Impala::Persistency::FeatureTableRepositoryInFile::Get(), Impala::Persistency::AllParameterFileRepositoryInFile::Get(), Impala::Persistency::VideoSetsRepository::GetFromFileSystem(), Impala::Persistency::ImageSetsRepository::GetFromFileSystem(), Impala::Persistency::ImageRepositoryInFile::GetImageData(), Impala::Core::Stream::RgbDataSrcInfo::GetInfoIOBuffer(), Impala::Core::VideoSet::ImportAudioConcepts::HandleNewFile(), Impala::Core::Array::ImageArchiveFile::ImageArchiveFile(), Impala::Core::Array::ImageArchiveFileFset::ImageArchiveFileFset(), Impala::Core::Feature::InterestPointFeature::ProjectOntoCodebook(), Impala::Util::Read(), Impala::Persistency::SvmProblemRepositoryInFile::Read(), Impala::Core::Feature::Read(), Impala::Core::Table::Read(), Impala::Core::Trec::Collection::ReadData(), Impala::Core::Array::ReadImage(), Impala::Persistency::DistributedAccessRepositoryInFile::ReadInfoFile(), Impala::Core::Array::ReadJpg(), ReadNative(), Impala::Core::Array::ReadPng(), Impala::Core::Array::ReadRaw(), Impala::Core::Array::ReadRawArrayType(), Impala::Core::Array::ReadRawList(), Impala::Core::Array::ReadRawListVar(), Impala::Core::Array::ReadRawListVarIndex(), ReadStrings(), Impala::Core::Trec::TrecTopic::ReadTopics(), and Impala::Core::Feature::InterestPointFeature::SetCodebook().

00197     {
00198         if (!Valid())
00199         {
00200             ILOG_ERROR("Can't get read buffer for invalid file");
00201             return 0;
00202         }
00203         return mFileSystem->GetIOBuffer(GetPath(), true, false, "", 0, true);
00204     }

Here is the call graph for this function:


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