#include <sstream>
#include "Core/Array/Pattern/PtrFunc.h"
#include "Core/Array/Element/VecTem.h"
#include "Core/Array/Element/TypeString.h"
#include "Core/Array/ArraySystem.h"
#include "Basis/Std.h"
#include "Basis/String.h"
Include dependency graph for Array2dTem.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 |
Classes | |
class | Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT > |
Defines | |
#define | SEQ_CREAT 0 |
#define | SEQ_VALID 0 |
Functions | |
std::ostream & | Impala::Core::Array::operator<< (std::ostream &os, UInt8 v) |
template<class ArrayT> | |
std::ostream & | Impala::Core::Array::ArrayPrintElem (std::ostream &os, ArrayT *array, typename ArrayT::StorType *ptr) |
template<class ArrayT> | |
ArrayT * | Impala::Core::Array::ArrayCreate (Int64 cw, Int64 ch, Int64 bw=0, Int64 bh=0, typename ArrayT::StorType *data=0, bool isWrapper=false) |
template<class DstArrayT, class SrcArrayT> | |
DstArrayT * | Impala::Core::Array::ArrayClone (SrcArrayT *src, Int64 minimalBW=0, Int64 minimalBH=0) |