Changeset 1553


Ignore:
Timestamp:
10/02/06 19:11:05 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellBsp.cpp

    r1551 r1553  
    171171mTimeStamp(1), 
    172172mViewCellsTree(NULL), 
    173  mOutOfBoundsCellPartOfTree(false) 
     173mOutOfBoundsCellPartOfTree(false) 
    174174{ 
    175175        Randomize(); // initialise random generator for heuristics 
    176176        mOutOfBoundsCell = new BspViewCell(); 
    177  
     177        mOutOfBoundsCell->SetId(-1); 
    178178        ///////// 
    179179        //-- termination criteria for autopartition 
     
    418418        DEL_PTR(mRoot); 
    419419         
    420         if (!mOutOfBoundsCellPartOfTree) 
    421         { 
    422                 cout << "here223" << endl; 
     420        if (mOutOfBoundsCellPartOfTree) 
     421        { 
     422                cout << "here223 " << mOutOfBoundsCell << endl; 
    423423                // out of bounds cell not part of tree => 
    424424                // delete manually 
    425425                DEL_PTR(mOutOfBoundsCell); 
    426         }else cout << "here991" << endl; 
     426        }else cout << "here991 " << endl; 
    427427} 
    428428 
Note: See TracChangeset for help on using the changeset viewer.