Changeset 2097 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 02/06/07 20:33:48 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsParser.cpp
r2093 r2097 278 278 // associate object ids with bounding boxes 279 279 const long startTime = GetTime(); 280 280 Debug<<"here32232"<<endl; 281 281 if (mBoundingBoxConverter) 282 { 282 {Debug<<"here3772"<<endl; 283 283 mBoundingBoxConverter->IdentifyObjects(mIBoundingBoxes, *mObjects); 284 284 } … … 433 433 else 434 434 { 435 Debug << "e rror: object with id " << objId << " does not exist" << endl;435 Debug << "exchangePvs error: object with id " << objId << " does not exist" << endl; 436 436 } 437 437 } … … 573 573 dummyInst.SetId(objId); 574 574 575 ObjectContainer::iterator oit = 576 lower_bound(mObjects->begin(),577 mObjects->end(),578 (Intersectable *)&dummyInst, ilt);575 ObjectContainer::iterator oit = 576 lower_bound(mObjects->begin(), 577 mObjects->end(), 578 (Intersectable *)&dummyInst, ilt); 579 579 580 580 if ((oit != mObjects->end()) && ((*oit)->GetId() == objId)) … … 584 584 // temporarily set to 1.0f 585 585 pvs.AddSample(*oit, 1.0f); 586 //Debug << "y"; 586 587 } 587 588 else 588 589 { 589 Debug << "error: object with id " << objId << " does not exist" << endl; 590 Debug << "x"; 591 //Debug << "StartViewCellPvs error: object with id " << objId << " does not exist" << endl; 590 592 } 591 593 #endif … … 1333 1335 else 1334 1336 { 1335 cerr << " error: object with id " << objId << " does not exist" << endl;1337 cerr << "StartBvhLeafObjects error: object with id " << objId << " does not exist" << endl; 1336 1338 } 1337 1339 }
Note: See TracChangeset
for help on using the changeset viewer.