Click here to Skip to main content
15,892,298 members

Comments by mengfei358 (Top 9 by date)

mengfei358 26-Sep-12 9:08am View    
ok ,if I can find out the reason.i wouldnt ask the question.anyway,thank you.
mengfei358 26-Sep-12 8:52am View    
yes ,so thats what I want to know,after debug ,I cant find out the reason
mengfei358 26-Sep-12 8:30am View    
CRect rc;
rc.UnionRect(m_DMBR,entry->GetInterMBR());
CString str;
str.Format("leaf:%d,%d,entry:%d,%d,m_DMBR:%d,%d",rc.BottomRight(),entry->GetInterMBR().BottomRight(),m_DMBR.BottomRight());
AfxMessageBox(str);
using this to test.and get value as this:leaf:0,0 entry:53,550,m_DMBR:-858993460,-858993460,
mengfei358 26-Sep-12 8:07am View    
the l, t, r, and b values of each of the rectangle is known.
mengfei358 26-Sep-12 4:51am View    
sorry ,Maybe I dont understand whats your meaning ." the actual values of m_DMBR and childNode->GetDMBR() at this point?"?