16 #include <boost/signal.hpp>
24 class DtTerrainRecord;
25 class DtEnvironmentRecord;
26 class DtDateTimeRecord;
31 class DtAgentManagerInterface;
36 class DtSceneSignaler;
39 class DtStreamedFeatureManager;
71 bool saveTerrain(
const std::string& filePath,
bool saveAs =
true );
74 bool loadTerrain(
const DtUnicode& filePath );
96 bool saveEnvironment(
const std::string& filePath,
bool saveAs =
true );
99 bool loadEnvironment(
const std::string& filePath );
108 virtual void resetScene();
111 virtual void resetTerrain();
152 virtual void setDescription(
const std::string& description);