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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::LabelOld ( DstArrayT *&  dst,
SrcArrayT *  src,
int  conn 
) [inline]

Definition at line 32 of file Label.h.

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

00033 {
00034     Trait::QbLabelOld<DstArrayT, SrcArrayT, SrcArrayT> qb;
00035     SrcArrayT* mask = src;
00036     Pattern::PatQueueBased(dst, src, mask, qb, conn);
00037 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:26 2010 for ImpalaSrc by  doxygen 1.5.1