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

Revision 439, 331 bytes checked in by mattausch, 19 years ago (diff)

added vview cell manager functionality

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
16#endif
Note: See TracBrowser for help on using the repository browser.