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

Legend:

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

    r1737 r1738  
    8585 
    8686        // remove the parents from the object pvss 
    87         ObjectPvsMap::const_iterator oit, oit_end = parent->GetPvs().mEntries.end(); 
     87        ObjectPvsEntries::const_iterator oit, oit_end = parent->GetPvs().mEntries.end(); 
    8888 
    8989        for (oit = parent->GetPvs().mEntries.begin(); oit != oit_end; ++ oit) 
     
    104104 
    105105        // Add front view cell to the object pvsss 
    106         ObjectPvsMap::const_iterator oit, oit_end = vc->GetPvs().mEntries.end(); 
     106        ObjectPvsEntries::const_iterator oit, oit_end = vc->GetPvs().mEntries.end(); 
    107107 
    108108        for (oit = vc->GetPvs().mEntries.begin(); oit != oit_end; ++ oit) 
     
    29142914#if WORK_WITH_VIEWCELL_PVS 
    29152915        // add first view cell to all the objects view cell pvs 
    2916         ObjectPvsMap::const_iterator oit,  
     2916        ObjectPvsEntries::const_iterator oit,  
    29172917                oit_end = leaf->GetViewCell()->GetPvs().mEntries.end(); 
    29182918 
Note: See TracChangeset for help on using the changeset viewer.