source: GTP/trunk/Lib/Vis/OnlineCullingCHC/include/StopAndWaitCullingManager.h @ 74

Revision 74, 379 bytes checked in by mattausch, 19 years ago (diff)

added support for release mode

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        void RenderScene();
14};
15
16} // namespace GtpVisibility
17#endif // StopAndWaitCullingManager
Note: See TracBrowser for help on using the repository browser.