Changeset 2278 for GTP/trunk/Lib/Vis/OnlineCullingCHC/include
- Timestamp:
- 03/22/07 11:48:21 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/CullingManager.h
r897 r2278 4 4 #include "HierarchyInterface.h" 5 5 6 6 7 namespace GtpVisibility { 7 8 8 9 /** This abstract class implements an interface for a specific culling 9 algorithm. The algorithm is either used to render a scene or to make a visibility query. 10 algorithm. The algorithm is either used to render a scene 11 or to make a visibility query. 10 12 */ 11 13 class CullingManager -
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/DummyPreprocessingManager.h
r316 r2278 1 1 #ifndef _VisibilityDummyPreprocessingManager_H__ 2 2 #define _VisibilityDummyPreprocessingManager_H__ 3 3 4 4 5 #include "PreprocessingManager.h" … … 18 19 hierarchyInterface as argument. 19 20 */ 20 DummyPreprocessingManager( HierarchyInterface *hierarchyInterface);21 DummyPreprocessingManager(HierarchyInterface *hierarchyInterface); 21 22 22 23 -
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/VisibilityEnvironment.h
r1004 r2278 18 18 VisibilityEnvironment(); 19 19 ~VisibilityEnvironment(); 20 20 21 /** Different types of occlusion culling algorithms 21 22 */ … … 36 37 std::string getViewCellsFileName(); 37 38 38 GtpVisibilityPreprocessor::Environment *GetPreprocessorEnvironment(); 39 //GtpVisibilityPreprocessor::Environment *GetPreprocessorEnvironment(); 40 }; 39 41 40 41 protected:42 //GtpVisibilityPreprocessor::Environment *Environment::GetSingleton();43 };44 42 } // namespace GtpVisibility 45 43 -
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/VisibilityManager.h
r925 r2278 4 4 #include "CullingManager.h" 5 5 #include "VisibilityEnvironment.h" 6 6 7 7 8 /** This namespace includes all classes which are created by the VUT (Vienna University
Note: See TracChangeset
for help on using the changeset viewer.