#include "Basis/NativeTypes.h"#include "Core/Array/Pattern/ArrayFunc.h"#include "Core/Array/Pattern/PtrFunc.h"#include "Core/Array/Element/E1Cast.h"#include <memory.h>Include dependency graph for FuncSet.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 DstStorT, class SrcStorT> | |
| void | Impala::Core::Array::Pattern::FuncSet_Row (DstStorT *dstPtr, SrcStorT *srcPtr, Int64 nr) |
| Set one line of nr storage elements, from src to dst. | |
| template<> | |
| void | Impala::Core::Array::Pattern::FuncSet_Row< Real64, Real64 > (Real64 *dstPtr, Real64 *srcPtr, Int64 nr) |
| Set one line of nr storage elements, from src to dst, template specialization for 2d Real64 arrays. | |
| template<class DstArrayT, class SrcArrayT> | |
| void | Impala::Core::Array::Pattern::FuncSet (DstArrayT *dst, SrcArrayT *src, Int64 srcX, Int64 srcY, Int64 width, Int64 height, Int64 dstX, Int64 dstY) |
| Sets (a region of) the core array, from src to dst. | |
1.5.1