#include "DummyPreprocessingManager.h" #include #include using namespace std; namespace GtpVisibility { DummyPreprocessingManager::DummyPreprocessingManager(HierarchyInterface *hierarchyInterface) :PreprocessingManager(hierarchyInterface) { } bool DummyPreprocessingManager::ExportScene(const string &filename) { ofstream s(filename.c_str()); s<<"#VRML 2.0 utf8"<