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

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

Added include files

  • Property svn:executable set to *
Line 
1#ifndef _SamplingPreprocessor_H__
2#define _SamplingPreprocessor_H__
3
4#include "Preprocessor.h"
5
6namespace GtpVisibilityPreprocessor {
7
8  /** Sampling based visibility preprocessing. The implementation is based on heuristical
9      sampling of view space */
10  class SamplingPreprocessor : 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.