#include "Core/Array/Trait/InOutBlocks.h"
#include "Core/Array/Pattern/PatInOutOp.h"
Include dependency graph for MakeBlocks.h:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
template<class ArrayT> | |
void | Impala::Core::Array::MakeBlocks (ArrayT *&dst, int offsetX, int offsetY, int blockWidth, int blockHeight, int marginX, int marginY, typename ArrayT::ArithType borderValue, typename ArrayT::ArithType blockValue, typename ArrayT::ArithType blockValueIncr, int maxNrBlocksX=-1, int maxNrBlocksY=-1) |