00001 #ifndef _ExactPreprocessor_H__ 00002 #define _ExactPreprocessor_H__ 00003 00004 #include "Preprocessor.h" 00005 00006 namespace GtpVisibilityPreprocessor { 00009 class ExactPreprocessor : public Preprocessor { 00010 public: 00011 virtual bool ComputeVisibility(); 00012 }; 00013 00014 }; 00015 00016 00017 #endif