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

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

Definition at line 17 of file Endian.h.

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

Referenced by ReadRaw(), ReadRawList(), ReadRawListVar(), WriteRaw(), WriteRawList(), and WriteRawListVar().

00018 {
00019 #ifdef BIG_ENDIAN_IO
00020     Trait::UpoEndian<DstArrayT, SrcArrayT> upo;
00021     Pattern::PatUnaryPixOp(dst, src, upo);
00022 #endif
00023 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:28 2010 for ImpalaSrc by  doxygen 1.5.1