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

template<class ArrayT>
void Impala::Core::Array::WriteRaw ( ArrayT *  src,
String  fileName,
Util::Database *  db,
bool  binary 
) [inline]

Definition at line 74 of file WriteRaw.h.

References Impala::Util::Database::GetIOBuffer(), and WriteRaw().

00075 {
00076     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00077     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp", 0, true);
00078     if (buf)
00079     {
00080         WriteRaw(src, buf, binary);
00081         delete buf;
00082     }
00083 }

Here is the call graph for this function:


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