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

template<class TableT>
bool Impala::Core::Table::Write ( TableT *  table,
Persistency::File  file 
) [inline]

Definition at line 124 of file Write.h.

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

Referenced by Impala::Persistency::TaskTableRepositoryInFile::Add(), Impala::Persistency::StillsRepositoryInFile::Add(), Impala::Persistency::SegmentationRepositoryInFile::Add(), Impala::Persistency::QuidTableRepositoryInFile::Add(), Impala::Persistency::KeyframesRepositoryInFile::Add(), Impala::Persistency::FeatureTableRepositoryInFile::Add(), Impala::Persistency::AnnotationTableRepositoryInFile::Add(), Impala::Application::CheckQuids(), Impala::Application::CreateTestQuids(), Impala::Application::Table::DoAppendFeatureTable(), Impala::Application::Table::DoConcatFeatureTable(), Impala::Application::Table::DoDumpFeatureTable(), Impala::Application::Table::DoFeatureTableReadAscii(), Impala::Application::Table::DoScaleFeatureTable(), Impala::Core::ImageSet::InterestPointProc::HandleDoneDir(), Impala::Core::ImageSet::ConcatFeatures::HandleDoneDir(), Impala::Core::VideoSet::BlackFrameProc::HandleDoneFile(), Impala::Core::VideoSet::BlackFrameDetect::HandleDoneFile(), Impala::Core::VideoSet::InterestPointProc::HandleDoneFile(), Impala::Core::VideoSet::ConcatFeatures::HandleDoneFile(), Impala::Core::VideoSet::MakeQuidLookup::HandleDoneWalk(), Impala::Core::ImageSet::MakeQuidLookup::HandleDoneWalk(), Impala::Core::Training::ApplyConceptsHelperKernels::LoadFeatures(), Impala::Core::Matrix::DistributedAccess::LoadQuids(), Impala::Application::mainConstructCodebook(), Impala::Application::mainPrecomputeKernelMatrix(), 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::Persistency::SimilarityTableSetRepositoryInFile::SaveRank(), Impala::Core::Table::SimilarityTableSet::SaveRank(), Impala::Persistency::SimilarityTableSetRepositoryInFile::SaveSim(), Impala::Core::Table::SimilarityTableSet::SaveSim(), Impala::Samples::ActiveLearnEngineQuids::SubmitRequest(), Impala::Samples::ActiveLearnEngine::SubmitRequest(), Impala::Core::VideoSet::Segmentation::Update(), Impala::Core::VideoSet::Keyframes::Update(), Impala::Core::IDash::VideoTable::Update(), Impala::Core::IDash::QuerySetTable::Update(), Impala::Util::IOBufferFile::Write(), Write(), Impala::Core::DataFactory::WriteCodebook(), Impala::Core::Training::TesterIOHelper::WriteFold(), Impala::Core::Stream::RgbDataSrcInfo::WriteInfo(), Impala::Core::Feature::Computor::WriteProtoFeatureTableSet(), Impala::Core::DataFactory::WriteRandomForest(), Impala::Core::Training::TesterIOHelper::WriteRanking(), and Impala::Core::Stream::Lavc::VideoAccessStrategy::WriteScanData().

00125 {
00126     Util::IOBuffer* buf = file.GetWriteBuffer();
00127     if (buf)
00128     {
00129         Write(table, buf, true);
00130         delete buf;
00131         return true;
00132     }
00133     return false;
00134 }

Here is the call graph for this function:


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