Ignore:
Timestamp:
05/03/06 11:35:39 (18 years ago)
Author:
bittner
Message:

Spatial visibility filter

File:
1 edited

Legend:

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

    r880 r884  
    424424                                ); 
    425425 
     426  void 
     427  ApplySpatialFilter( 
     428                                         KdTree *kdTree, 
     429                                         const float spatialFilterSize, 
     430                                         ObjectPvs &pvs 
     431                                         ); 
     432         
    426433        /** Returns bounding box of a view cell. 
    427434        */ 
     
    447454        static ViewCellsManager *LoadViewCells(const string filename, ObjectContainer *objects); 
    448455 
     456  float GetFilterWidth() { 
     457        return Magnitude(mViewSpaceBox.Size())*mFilterWidth; 
     458  } 
     459   
    449460protected: 
    450461    void 
Note: See TracChangeset for help on using the changeset viewer.