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

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

Label function based on GrassFire.

Type of Dst should be scalar integer based.

Definition at line 22 of file Label.h.

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

Referenced by Impala::Application::Src::WindowSrc::HandleNewFrame().

00023 {
00024     Trait::QbLabel<DstArrayT, SrcArrayT> qb;
00025     Pattern::PatQueueBased(dst, src, qb, conn);
00026 }

Here is the call graph for this function:


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