Home || Visual Search || Applications || Architecture || 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(), Impala::Core::Matrix::VirtualMatrixIOBufferReader< ArrayT >::SwitchToChunk(), 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 Thu Jan 13 09:17:01 2011 for ImpalaSrc by  doxygen 1.5.1