Ignore:
Timestamp:
05/22/08 14:07:56 (16 years ago)
Author:
mattausch
Message:

debug version: problematic view points for vienna detected

File:
1 edited

Legend:

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

    r2690 r2695  
    362362        /** Sets a view space boundary. 
    363363        */ 
    364         void SetViewSpaceBox(const AxisAlignedBox3 &box); 
     364        virtual void SetViewSpaceBox(const AxisAlignedBox3 &box); 
    365365        /** Returns the boundaries of the view space. 
    366366        */ 
     
    12481248                                                           const ObjectContainer &objects); 
    12491249 
     1250        /** Sets a view space boundary. 
     1251        */ 
     1252        virtual void SetViewSpaceBox(const AxisAlignedBox3 &box); 
     1253 
    12501254#if TEST_PACKETS 
    12511255 
Note: See TracChangeset for help on using the changeset viewer.