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

bool Impala::Core::Feature::Write ( WeightedFeatureList *  featList,
Persistency::File  file 
)

Definition at line 180 of file WeightedFeatureList.h.

References Impala::Persistency::File::GetWriteBuffer(), and Write().

00181 {
00182     Util::IOBuffer* buf = file.GetWriteBuffer();
00183     if (buf)
00184     {
00185         Write(featList, buf);
00186         delete buf;
00187         return true;
00188     }
00189     return false;
00190 }

Here is the call graph for this function:


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