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

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

Definition at line 147 of file WeightedFeatureList.h.

References Impala::Persistency::File::GetReadBuffer(), ILOG_VAR, and Read().

00148 {
00149     ILOG_VAR(Impala.Core.Feature.WeightedFeatureList.Read);
00150     Util::IOBuffer* buf = file.GetReadBuffer();
00151     if (buf)
00152     {
00153         Read(featList, buf);
00154         delete buf;
00155         return true;
00156     }
00157     return false;
00158 }

Here is the call graph for this function:


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