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