Changeset 1553 for GTP/trunk/Lib
- Timestamp:
- 10/02/06 19:11:05 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellBsp.cpp
r1551 r1553 171 171 mTimeStamp(1), 172 172 mViewCellsTree(NULL), 173 173 mOutOfBoundsCellPartOfTree(false) 174 174 { 175 175 Randomize(); // initialise random generator for heuristics 176 176 mOutOfBoundsCell = new BspViewCell(); 177 177 mOutOfBoundsCell->SetId(-1); 178 178 ///////// 179 179 //-- termination criteria for autopartition … … 418 418 DEL_PTR(mRoot); 419 419 420 if ( !mOutOfBoundsCellPartOfTree)421 { 422 cout << "here223 "<< endl;420 if (mOutOfBoundsCellPartOfTree) 421 { 422 cout << "here223 " << mOutOfBoundsCell << endl; 423 423 // out of bounds cell not part of tree => 424 424 // delete manually 425 425 DEL_PTR(mOutOfBoundsCell); 426 }else cout << "here991 " << endl;426 }else cout << "here991 " << endl; 427 427 } 428 428
Note: See TracChangeset
for help on using the changeset viewer.