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

bool Impala::Util::Write ( PropertySet *  props,
Persistency::File  file 
)

Definition at line 298 of file PropertySet.h.

References Impala::Persistency::File::GetWriteBuffer(), and Write().

Referenced by Impala::Persistency::TaskTableRepositoryInFile::Add(), Impala::Persistency::StillsRepositoryInFile::Add(), Impala::Persistency::SegmentationRepositoryInFile::Add(), Impala::Persistency::ScoreFileRepositoryInFile::Add(), Impala::Persistency::QuidTableRepositoryInFile::Add(), Impala::Persistency::KeyframesRepositoryInFile::Add(), Impala::Persistency::KernelMatrixRepositoryInFile::Add(), Impala::Persistency::FrameHashesRepositoryInFile::Add(), Impala::Persistency::FoldRepositoryInFile::Add(), Impala::Persistency::FikSvmRepositoryInFile::Add(), Impala::Persistency::FeatureTableRepositoryInFile::Add(), Impala::Persistency::BestFileRepositoryInFile::Add(), Impala::Persistency::AnnotationTableRepositoryInFile::Add(), Impala::Persistency::AllParameterFileRepositoryInFile::Add(), Impala::Core::Feature::VirtualFeatureTableIOBufferWriter::AddQuids(), Impala::Application::Table::DoAppendFeatureTable(), Impala::Application::Table::DoConcatFeatureTable(), Impala::Application::Table::DoFeatureTableReadAscii(), Impala::Application::Table::DoScaleFeatureTable(), Impala::Core::ImageSet::ConcatFeatures::HandleDoneDir(), Impala::Core::VideoSet::ExportFrameHashes::HandleDoneFile(), Impala::Core::VideoSet::ConcatFeatures::HandleDoneFile(), Impala::Core::VideoSet::MakeQuidLookup::HandleDoneWalk(), Impala::Core::ImageSet::MakeQuidLookup::HandleDoneWalk(), Impala::Core::ImageSet::MakeDirQuidLookup::HandleDoneWalk(), Impala::Persistency::DistributedAccessRepositoryInFile::LoadQuids(), Impala::Application::mainConstructCodebook(), RandomForest(), Impala::Core::Test::TestWeibull::Run(), Impala::Core::VideoSet::TaskTable::Save(), Impala::Core::VideoSet::Stills::Save(), Impala::Core::VideoSet::Segmentation::Save(), Impala::Core::VideoSet::Keyframes::Save(), Impala::Core::IDash::VideoTable::Save(), Impala::Core::IDash::QuerySetTable::Save(), Impala::Core::Table::BayesCondProb::SaveAnnoTableJointGenreAndConcept(), Impala::Core::Table::BayesCondProb::SaveAnnoTableSubsetConceptInGenre(), Impala::Persistency::SimilarityTableSetRepositoryInFile::SaveQuids(), Impala::Core::Table::SimilarityTableSet::SaveQuids(), Impala::Core::Table::Bayes::SaveQuidTablePerGenre(), Impala::Persistency::SimilarityTableSetRepositoryInFile::SaveRank(), Impala::Core::Table::SimilarityTableSet::SaveRank(), Impala::Persistency::SimilarityTableSetRepositoryInFile::SaveSim(), Impala::Core::Table::SimilarityTableSet::SaveSim(), Impala::Application::ActiveLearnEngineQuids::SubmitRequest(), Impala::Application::ActiveLearnEngine::SubmitRequest(), Impala::Core::Training::TestBestFile::testWrite(), Impala::Core::VideoSet::Segmentation::Update(), Impala::Core::VideoSet::Keyframes::Update(), Impala::Core::IDash::VideoTable::Update(), Impala::Core::IDash::QuerySetTable::Update(), Impala::Core::Table::Write(), Impala::Core::Stream::RgbDataSrcInfo::WriteInfo(), Impala::Core::Feature::Computor::WriteProtoFeatureTableSet(), Impala::Persistency::DistributedAccessRepositoryInFile::WriteQuids(), and Impala::Core::Stream::Lavc::VideoAccessStrategy::WriteScanData().

00299 {
00300     IOBuffer* buf = file.GetWriteBuffer();
00301     if (buf)
00302     {
00303         Write(props, buf);
00304         delete buf;
00305         return true;
00306     }
00307     return false;
00308 }

Here is the call graph for this function:


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