#include "SamplingPreprocessor.h" namespace GtpVisibilityPreprocessor { bool SamplingPreprocessor::ComputeVisibility() { return true; }; };