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

void Impala::Util::RangeIterator::GetParameters ( PropertySet properties  )  [inline]

Definition at line 79 of file RangeIterator.h.

References Impala::Util::PropertySet::Add(), and mRanges.

Referenced by Impala::Core::Training::ParameterSearcher::CallEvaluator(), Impala::Util::operator<<(), Impala::Core::Training::ParameterSearcher::PrintAllScores(), and Impala::Core::Training::ParameterSearcher::Search().

00080     {
00081         for(int i=0 ; i<mRanges.size() ; i++)
00082             properties->Add(mRanges[i]->GetName(), mRanges[i]->GetValue());
00083     }

Here is the call graph for this function:


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