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

template<class DstArrayT, class SrcArrayT>
Impala::Core::Array::Trait::NgbLWshed< DstArrayT, SrcArrayT >::~NgbLWshed (  )  [inline]

Destructor.

Definition at line 47 of file NgbLWshed.h.

References Impala::Core::Array::Trait::NgbLWshed< DstArrayT, SrcArrayT >::mValues.

00048     {
00049         if (mValues)
00050             delete [] mValues;
00051     }


Generated on Fri Mar 19 11:04:39 2010 for ImpalaSrc by  doxygen 1.5.1