Ignore:
Timestamp:
03/13/06 16:29:28 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r677 r693  
    500500        bool mEvaluateViewCells; 
    501501 
    502         bool mShowVisualization;         
     502        bool mShowVisualization; 
     503 
     504        // HACK in order to detect empty view cells 
     505        void CollectEmptyViewCells(); 
     506        void TestEmptyViewCells(); 
     507 
     508        ViewCellContainer mEmptyViewCells; 
    503509}; 
    504510 
     
    590596        void ExportBspPvs(const ObjectContainer &objects); 
    591597 
     598        void TestSubdivision(); 
    592599}; 
    593600 
     
    827834                                          const VssRayContainer &rays); 
    828835 
     836        void TestSubdivision(); 
    829837}; 
    830838 
Note: See TracChangeset for help on using the changeset viewer.