Ignore:
Timestamp:
05/10/06 08:05:24 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r925 r938  
    33 
    44#include <string> 
     5 
     6 
     7namespace GtpVisibilityPreprocessor { 
     8class Environment; 
     9} 
    510 
    611namespace GtpVisibility { 
     
    2025                                                         NUM_CULLING_MANAGERS}; 
    2126 
     27         
    2228        /** Loads an environment from disk. 
    2329        */ 
    24         void LoadEnvironment(std::string filename); 
     30        bool LoadEnvironment(std::string filename); 
    2531        /** Returns filename of scene. 
    2632        */ 
     
    2935        */ 
    3036        std::string getViewCellsFileName(); 
     37 
     38        GtpVisibilityPreprocessor::Environment *GetPreprocessorEnvironment(); 
     39 
     40 
     41protected: 
     42        GtpVisibilityPreprocessor::Environment *mEnvironment; 
    3143}; 
    3244} // namespace GtpVisibility 
Note: See TracChangeset for help on using the changeset viewer.