source: trunk/VUT/GtpVisibilityPreprocessor/src/ExactPreprocessor.h @ 162

Revision 162, 314 bytes checked in by bittner, 19 years ago (diff)

functional raycasting version

Line 
1#ifndef _ExactPreprocessor_H__
2#define _ExactPreprocessor_H__
3
4#include "Preprocessor.h"
5
6  /** Exact visibility preprocessing. The implementation is based on 6D BSP and
7      Plucker coordinates */
8  class ExactPreprocessor : public Preprocessor {
9  public:
10    virtual bool ComputeVisibility();
11  };
12 
13
14
15#endif
Note: See TracBrowser for help on using the repository browser.