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

void Impala::Application::WriteResult ( String  resultname,
Util::Database *  db,
Matrix::Mat *  accumulator 
)

Definition at line 415 of file mainPrecomputeKernelMatrix.cpp.

References GetPartialTask(), and Impala::Core::Array::WriteRaw().

Referenced by mainPrecomputeKernelMatrix().

00416 {
00417     int partcount, row, column;
00418     GetPartialTask(partcount, row, column);
00419     std::ostringstream filename;
00420     filename << resultname << ".precomputed";
00421     filename << ".part-R" << row << "-C" << column;
00422     filename << ".raw";
00423     WriteRaw(accumulator, filename.str(), db, true);
00424 }

Here is the call graph for this function:


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