Ignore:
Timestamp:
04/28/05 22:55:26 (19 years ago)
Author:
bittner
Message:

Merged headers and sources for dummy modules. Added GtpVisibilityPreprocessor?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/include/VisibilityManager.h

    r59 r65  
    44#include "CullingManager.h" 
    55#include "VisibilityEnvironment.h" 
     6 
    67 
    78/** This namespace includes all classes which are created by the VUT (Vienna University 
     
    1213namespace GtpVisibility { 
    1314 
     15  class QueryManager; 
     16  class PreprocessingManager; 
     17   
    1418/** This class manages all forms of visibility. It is the main 
    1519        class of our visibility module and manages online occlusion culling, 
     
    4145protected: 
    4246         
    43         CullingManager *mCullingManager; 
    44         VisibilityEnvironment *mVisibilityEnvironment; 
    45         VisibilityEnvironment::CullingManagerType mCullingManagerType; 
     47  CullingManager *mCullingManager; 
     48  QueryManager *mQueryManager; 
     49  PreprocessingManager *mPreprocessingManager; 
     50  VisibilityEnvironment *mVisibilityEnvironment; 
     51  VisibilityEnvironment::CullingManagerType mCullingManagerType; 
    4652}; 
    4753} // namespace GtpVisibility 
Note: See TracChangeset for help on using the changeset viewer.