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

static void Impala::Core::Array::ColorMoment::Clean (  )  [inline, static]

Definition at line 55 of file ColorMoments.h.

References first, and next.

Referenced by Impala::Core::Array::ColorMoments().

00055                        {
00056         ColorMoment* out=first;
00057         while(out!=NULL){
00058             ColorMoment* n=out->next;
00059             delete out;
00060             out=n;
00061         }
00062         first=NULL;
00063     }


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