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

void Impala::Application::LoadAverages ( RawDataSet *  set,
String  filepathname,
std::vector< double > &  averages 
)

Definition at line 401 of file mainPrecomputeKernelMatrix.cpp.

References Impala::Util::Database::GetIOBuffer(), and Impala::Util::IOBuffer::Read().

Referenced by mainPrecomputeKernelMatrix().

00402 {
00403         Util::Database* db = set->GetDatabase();
00404         Util::IOBuffer* buf = db->GetIOBuffer(filepathname, true, false, "");
00405         if (buf)
00406         {
00407             for(int i=0 ; i<averages.size() ; ++i)
00408                 buf->Read(&averages[i], sizeof(double));
00409         }
00410         delete buf;
00411 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:36:36 2010 for ImpalaSrc by  doxygen 1.5.1