Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:18:22 2011 for ImpalaSrc by  doxygen 1.5.1