#include "Core/Array/Pattern/ArrayFunc.h"
#include "Core/Array/Pattern/PxSystem.h"
#include "Core/Array/Pattern/PxxStream.h"
Include dependency graph for PxxPrintData.h:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
namespace | Impala::Core::Array::Pattern |
Functions | |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxArrayPrintElem (ArrayT *array, typename ArrayT::StorType *ptr) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxPrintData (ArrayT *array, bool printBorder, int bx, int by, int width, int height) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxArrayPrintElemOnCPU (ArrayT *array, typename ArrayT::StorType *ptr, int cpu) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxPrintDataOnCPU (ArrayT *array, bool printBorder, int bx, int by, int width, int height, int cpu) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxArrayPrintElemOnAll (ArrayT *array, typename ArrayT::StorType *ptr) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxPrintDataOnAll (ArrayT *array, bool printBorder, int bx, int by, int width, int height) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxPrintData (ArrayT *array, bool printBorder) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxPrintDataOnCPU (ArrayT *array, bool printBorder, int cpu) |
template<class ArrayT> | |
void | Impala::Core::Array::Pattern::PxPrintDataOnAll (ArrayT *array, bool printBorder) |