Definition at line 154 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(), and Impala::Core::Feature::FeatureTableSet::MakeFromFile(). 00155 { 00156 int i; 00157 for(i=0 ; i<src->Size() ; ++i) 00158 dst->Add(src->GetName(i), src->GetValue(i)); 00159 }
Here is the call graph for this function:
|