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

Impala::Application::DemoCamera2d::InvInfo::InvInfo ( std::string  name,
int  imIdx,
bool  reqL,
bool  reqE,
bool  reqRGB,
PINVF  func,
std::string  displayMode 
) [inline]

Definition at line 234 of file mainDemoCamera2d.cpp.

References mActive, mDisplayMode, mFunc, mImIdx, mName, mReqE, mReqL, and mReqRGB.

00236     {
00237         mName = name;
00238         mImIdx = imIdx;
00239         mReqL = reqL;
00240         mReqE = reqE;
00241         mReqRGB = reqRGB;
00242         mFunc = func;
00243         mDisplayMode = displayMode;
00244         mActive = true;
00245     }


Generated on Fri Mar 19 10:39:11 2010 for ImpalaSrc by  doxygen 1.5.1