Home || Visual Search || Applications || Architecture || 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::Core::Training::ParameterSearcher::GetAllScores(), Impala::Util::operator<<(), 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 Thu Jan 13 09:24:20 2011 for ImpalaSrc by  doxygen 1.5.1