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

RevLine 
[372]1#ifndef _ExactPreprocessor_H__
2#define _ExactPreprocessor_H__
3
[860]4
[372]5#include "Preprocessor.h"
6
[863]7
8namespace GtpVisibilityPreprocessor {
9
10
[372]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();
[374]16
[372]17  };
18
[860]19}
[372]20
21#endif
Note: See TracBrowser for help on using the repository browser.