Definition at line 118 of file ChangingToView.h. References IsAt(), mReqD, mReqH, mReqW, and OglGui::View::mView3D. Referenced by OnDrawView(). 00119 { 00120 OGLVIEW3D* v = mView3D; 00121 bool res = IsAt(v->w,mReqW) && IsAt(v->h,mReqH) && IsAt(v->d,mReqD); 00122 return res; 00123 }
Here is the call graph for this function:
|