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

Impala::Core::Matrix::DistributedAccess::DistributedAccess ( String  filenamebase,
Core::Database::RawDataSet set,
Core::Database::RawDataSet set2,
int  startNode,
int  nodeCount 
) [inline]

Definition at line 86 of file DistributedAccess.h.

References ILOG_ERROR, LoadParts(), LoadQuids(), mNodeCount, mStartNode, mValid, and ReadInfoFile().

00088         : mRows(0), mColumns(0)
00089     {
00090         mValid = false;
00091         mStartNode = startNode;
00092         mNodeCount = nodeCount;
00093         bool read = ReadInfoFile(filenamebase, set, set2);
00094         if(!read)
00095         {
00096             ILOG_ERROR("failed to read info file");
00097         }
00098         else
00099         {
00100             LoadQuids(filenamebase, set, set2);
00101             LoadParts(filenamebase, set, set2);
00102         }
00103     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:16:21 2010 for ImpalaSrc by  doxygen 1.5.1