source: GTP/trunk/Lib/Vis/Preprocessing/src/ExactPreprocessor.h @ 860

Revision 860, 371 bytes checked in by mattausch, 18 years ago (diff)
Line 
1#ifndef _ExactPreprocessor_H__
2#define _ExactPreprocessor_H__
3
4namespace GtpVisibilityPreprocessor {
5
6#include "Preprocessor.h"
7
8  /** Exact visibility preprocessing. The implementation is based on 6D BSP and
9      Plucker coordinates */
10  class ExactPreprocessor : public Preprocessor {
11  public:
12    virtual bool ComputeVisibility();
13
14  };
15
16}
17
18#endif
Note: See TracBrowser for help on using the repository browser.