![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /****************************************************************************** 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00006 00010 00011 #ifndef envWriter_H__ 00012 #define envWriter_H__ 00013 00014 #include "env.h" 00015 00016 #ifdef DtUSE_UTILITIES_NAMESPACE 00017 namespace DtUSE_UTILITIES_NAMESPACE 00018 { 00019 #endif 00020 00023 class DT_DLL_MTL DtEnvWriter 00024 { 00025 public: 00026 00028 virtual ~DtEnvWriter() {} 00029 00030 virtual bool writeFile(DtEnvironment& environment,const DtString& filename) = 0; 00031 }; 00032 00033 #ifdef DtUSE_UTILITIES_NAMESPACE 00034 } 00035 #endif 00036 00037 #endif