Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:03:08 2010 for ImpalaSrc by  doxygen 1.5.1