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:
|