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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::M3poMakeFrom3< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT s1,
const SrcArithT s2,
const SrcArithT s3 
) [inline]

Actual operation.

Definition at line 38 of file M3poMakeFrom3.h.

00039     {
00040         return DstArithT(s1, s2, s3);
00041     }


Generated on Fri Mar 19 11:04:00 2010 for ImpalaSrc by  doxygen 1.5.1