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

template<class ArrayT>
void Impala::Core::Array::Pattern::PxPrintDataOnCPU ( ArrayT *  array,
bool  printBorder,
int  cpu 
) [inline]

Definition at line 187 of file PxxPrintData.h.

References PxPrintDataOnCPU().

00188 {
00189     int width = (printBorder) ? CxArrayW(array) : CxArrayCW(array);
00190     int height = (printBorder) ? CxArrayH(array) : CxArrayCH(array);
00191     PxPrintDataOnCPU(array, printBorder, 0, 0, width, height, cpu);
00192 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:02 2011 for ImpalaSrc by  doxygen 1.5.1