source: trunk/VUT/GtpVisibility/include/StopAndWaitCullingManager.h @ 59

Revision 59, 448 bytes checked in by mattausch, 19 years ago (diff)

completely changed file structure plus software design

Line 
1#ifndef _StopAndWaitCullingManager_H__
2#define _StopAndWaitCullingManager_H__
3
4#include "CullingManager.h"
5
6namespace GtpVisibility {
7
8/** Renders the scene with the hierarchical stop and wait algorithm.
9*/
10class StopAndWaitCullingManager : public CullingManager
11{
12public:
13        StopAndWaitCullingManager(HierarchyInterface *hierarchyInterface);
14        void RenderScene();
15};
16
17} // namespace GtpVisibility
18#endif // StopAndWaitCullingManager
Note: See TracBrowser for help on using the repository browser.