source:
GTP/trunk/Lib/Vis/Preprocessing/src/ExactPreprocessor.cpp
@
863
Revision 863, 151 bytes checked in by mattausch, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[372] | 1 | #include "ExactPreprocessor.h" |
2 | ||
[863] | 3 | namespace GtpVisibilityPreprocessor { |
[860] | 4 | |
[372] | 5 | bool |
6 | ExactPreprocessor::ComputeVisibility() | |
7 | { | |
8 | ||
9 | return true; | |
10 | }; | |
11 | ||
[860] | 12 | } |
Note: See TracBrowser
for help on using the repository browser.