Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:56:06 2010 for ImpalaSrc by  doxygen 1.5.1