#include "Core/Array/Pattern/FuncSet.h"
#include "Core/Array/Array2dTem.h"
Include dependency graph for PatSet.h:
This graph shows which files directly or indirectly include this file:
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 DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::Pattern::PatSet (DstArrayT *&dst, SrcArrayT *src, int minimalBW=0, int minimalBH=0) |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::Pattern::PatSet (DstArrayT *&dst, SrcArrayT *src, int srcX, int srcY, int width, int height, int dstX, int dstY, int minimalBW=0, int minimalBH=0) |