source:
trunk/VUT/GtpVisibilityPreprocessor/src/ExactPreprocessor.h
@
374
Revision 374, 382 bytes checked in by bittner, 19 years ago (diff) |
---|
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 | virtual bool BuildBspTree() { return false; } |
13 | |
14 | }; |
15 | |
16 | |
17 | |
18 | #endif |
Note: See TracBrowser
for help on using the repository browser.