Revision 372,
329 bytes
checked in by bittner, 19 years ago
(diff) |
preparation for vss preprocessor. converted all .cpp and .h to dos new line format
|
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 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.