source: GTP/trunk/Lib/Vis/Preprocessing/include/ExactPreprocessor.h @ 68

Revision 68, 355 bytes checked in by bittner, 19 years ago (diff)

Added include files

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