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

template<class HistT, class ArrayT>
void Impala::Core::Histogram::MakeHistogram1d ( HistT *  hist,
ArrayT *  im,
ArrayT *  weights 
)

Definition at line 32 of file MakeHistogram1d.h.

References Impala::Core::Array::Pattern::PatInOutOp().

00033 {
00034     hist->Clear();
00035     TraitInOutHistogram1d<HistT, ArrayT> inoutHist(hist);
00036     Array::Pattern::PatInOutOp(im, weights, inoutHist);
00037 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:44 2011 for ImpalaSrc by  doxygen 1.5.1