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

Revision 863, 377 bytes checked in by mattausch, 18 years ago (diff)

working on preprocessor integration
added iv stuff

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