#include "Core/Array/Pattern/PatSet.h"
Include dependency graph for MakeFromData.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 |
Functions | |
template<class ArrayT> | |
ArrayT * | Impala::Core::Array::MakeFromData (typename ArrayT::StorType *data, int cw, int ch, int bw=0, int bh=0, bool isPartial=false) |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::MakeFromData2 (DstArrayT *&dst, SrcArrayT *src, int bw=0, int bh=0, bool isPartial=false) |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::MakeFromData2 (DstArrayT *&dst, typename SrcArrayT::StorType *data, bool isPartial=false) |