Ignore:
Timestamp:
11/24/06 12:05:28 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.h

    r1786 r1787  
    523523 
    524524        void ComputePvs(const ObjectPvs &pvs, float &rc, int &pvsEntries); 
    525         void GetPvsIncrementally(ViewCell *vc, ObjectPvs &pvs) const; 
     525        void GetPvsIncrementially(ViewCell *vc, ObjectPvs &pvs) const; 
    526526        void PullUpPvsIncrementally(ViewCell *viewCell) const; 
    527527        void GetPvsRecursive(ViewCell *vc, ObjectPvs &pvs) const; 
     528        void GetPvsEfficiently(ViewCell *vc, ObjectPvs &pvs) const; 
     529 
    528530protected: 
    529531 
Note: See TracChangeset for help on using the changeset viewer.