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

Impala::Core::Matrix::DistributedAccess::IndexConverter::IndexConverter ( int  totalSize,
int  partCount 
) [inline]

Definition at line 45 of file DistributedAccess.h.

References mBlockSize, mPartCount, and mTotalSize.

00046             : mTotalSize(totalSize), mPartCount(partCount)
00047         {
00048             mBlockSize = mTotalSize / mPartCount + 1;
00049             ILOG_DEBUG_NODE("IndexConverter created: totalSize=" << mTotalSize
00050                             << "; partCount=" << mPartCount << "; blockSize="
00051                             << mBlockSize);
00052         }


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