Changeset 870 for GTP/trunk/Lib/Vis/OnlineCullingCHC/include
- Timestamp:
- 05/02/06 10:26:43 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/VisibilityEnvironment.h
r254 r870 1 1 #ifndef _VisibilityEnvironment_H__ 2 2 #define _VisibilityEnvironment_H__ 3 4 #include <string> 3 5 4 6 namespace GtpVisibility { … … 10 12 public: 11 13 VisibilityEnvironment(); 12 14 ~VisibilityEnvironment(); 13 15 /** Different types of occlusion culling algorithms 14 16 */ … … 20 22 /** Loads an environment from disk. 21 23 */ 22 void LoadEnvironment( );24 void LoadEnvironment(std::string filename); 23 25 }; 24 26 } // namespace GtpVisibility
Note: See TracChangeset
for help on using the changeset viewer.