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/OspTree.cpp

    r1528 r1551  
    15851585                VspViewCell *vc = dynamic_cast<VspViewCell *>(*vit); 
    15861586 
    1587                 VspLeaf *leaf = vc->mLeaf; 
     1587                VspLeaf *leaf = vc->mLeaves[0]; 
    15881588                dirtyList.push_back(leaf->GetSubdivisionCandidate()); 
    15891589        } 
Note: See TracChangeset for help on using the changeset viewer.