Definition at line 235 of file PropertySet.h. References Impala::Util::PropertySet::Add(), Impala::Util::PropertySet::GetName(), Impala::Util::PropertySet::GetValue(), and Impala::Util::PropertySet::Size(). Referenced by Impala::Core::Table::SimilarityTableSet::Append(), Impala::Persistency::FeatureTableSetRepository::Get(), Impala::Util::Mpi::JobGroup::GetJob(), Impala::Core::ImageSet::IndexFeatures::HandleDoneDir(), Impala::Core::VideoSet::LbpEval::HandleNewFrame(), Impala::Core::Feature::FeatureTable::MakeFromDataSet(), Impala::Core::Feature::FeatureTableSet::MakeFromFile(), and Read(). 00236 { 00237 for (int i=0 ; i<src->Size() ; i++) 00238 dst->Add(src->GetName(i), src->GetValue(i)); 00239 }
Here is the call graph for this function: ![]()
|