Ignore:
Timestamp:
12/04/06 23:32:28 (18 years ago)
Author:
mattausch
Message:

improved object pvs

File:
1 edited

Legend:

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

    r1843 r1845  
    467467                                                                  const ViewCellContainer &viewCells) const; 
    468468 
    469         void CompressViewCells(); 
     469        virtual void CompressViewCells(); 
     470 
    470471        ///////////////////////////// 
    471472        // static members 
     
    11631164        void CollectViewCells(); 
    11641165 
     1166        virtual void CompressViewCells(); 
     1167 
    11651168        /** Prepare view cells for use after loading them from disc. 
    11661169        */ 
     
    11831186        ///////////////////////////////////////// 
    11841187 
    1185     /** collect objects intersecting a given spatial box */ 
    1186   virtual void CollectObjects(const AxisAlignedBox3 &box, ObjectContainer &objects); 
     1188    /** collect objects intersecting a given spatial box  
     1189        */ 
     1190        virtual void CollectObjects(const AxisAlignedBox3 &box, ObjectContainer &objects); 
    11871191 
    11881192        HierarchyManager *mHierarchyManager; 
Note: See TracChangeset for help on using the changeset viewer.