Ignore:
Timestamp:
10/02/06 19:07:38 (18 years ago)
Author:
mattausch
Message:

updated view cells loading. probably no optimal for performance

File:
1 edited

Legend:

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

    r1545 r1551  
    614614                 
    615615        // set view cell values 
    616         viewCell->mLeaf = leaf; 
     616        viewCell->mLeaves.push_back(leaf); 
    617617 
    618618        viewCell->SetVolume(tData.mProbability); 
Note: See TracChangeset for help on using the changeset viewer.