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

template<class ElemT>
void Impala::Core::Histogram::Histogram2dTem< ElemT >::Dump ( bool  doData  )  [inline]

Definition at line 141 of file Histogram2dTem.h.

00142     {
00143         std::cout << "hist range x [" << mLowX << "," << mHighX << "] with "
00144                   << mBinCountX << "range y [" << mLowY << "," << mHighY << "] with "
00145                   << mBinCountY << " bins. Values: " << std::endl;
00146         if (doData)
00147             this->WriteTo(std::cout);
00148         std::cout << "Total weight: " << TotalWeight() << ", outlier %: "
00149                   << OutlierPercentage() << std::endl;
00150         std::cout << std::endl;
00151     }


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