Ignore:
Timestamp:
03/22/07 18:24:13 (17 years ago)
Author:
mattausch
Message:

removed dependency on ogre in gtpvisibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/include/CullingManager.h

    r2278 r2280  
    22#define _CullingManager_H__ 
    33 
     4#include <iostream> 
     5#include <fstream> 
    46#include "HierarchyInterface.h" 
     7 
    58 
    69 
     
    811 
    912/** This abstract class implements an interface for a specific culling  
    10         algorithm. The algorithm is either used to render a scene  
    11         or to make a visibility query. 
     13        algorithm. The algorithm is either used to render a scene or to make a visibility query. 
    1214*/ 
    1315class CullingManager 
     
    5456        void SetVisualizeCulledNodes(bool visualizeCulledNodes); 
    5557 
     58 
    5659protected: 
    5760         
     
    6366        HierarchyInterface *mHierarchyInterface; 
    6467        bool mVisualizeCulledNodes; 
     68 
    6569}; 
     70 
    6671} // namespace GtpVisibility 
    6772#endif // CullingManager 
Note: See TracChangeset for help on using the changeset viewer.