Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

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 
)

Definition at line 351 of file Array2dTem.h.

00353 {
00354     return new ArrayT(cw, ch, bw, bh, data, isWrapper);
00355 }


Generated on Thu Jan 13 09:16:58 2011 for ImpalaSrc by  doxygen 1.5.1