source: GTP/trunk/Lib/Vis/Preprocessing/src/ExactPreprocessor.cpp @ 860

Revision 860, 157 bytes checked in by mattausch, 18 years ago (diff)
Line 
1#include "ExactPreprocessor.h"
2
3using namespace GtpVisibilityPreprocessor {
4
5bool
6ExactPreprocessor::ComputeVisibility()
7{
8 
9  return true;
10};
11
12}
Note: See TracBrowser for help on using the repository browser.