ESYS13
Revision_
|
00001 00002 /******************************************************* 00003 * 00004 * Copyright (c) 2003-2012 by University of Queensland 00005 * Earth Systems Science Computational Center (ESSCC) 00006 * http://www.uq.edu.au/esscc 00007 * 00008 * Primary Business: Queensland, Australia 00009 * Licensed under the Open Software License version 3.0 00010 * http://www.opensource.org/licenses/osl-3.0.php 00011 * 00012 *******************************************************/ 00013 00014 #ifndef __WEIPA_VISITCONTROL_H__ 00015 #define __WEIPA_VISITCONTROL_H__ 00016 00017 #include <weipa/weipa.h> 00018 #include <string> 00019 00020 namespace weipa { 00021 00022 namespace VisItControl { 00023 00024 WEIPA_DLL_API 00025 bool initialize(const std::string& simFile, const std::string& comment); 00026 00027 WEIPA_DLL_API 00028 bool publishData(EscriptDataset_ptr dataset); 00029 00030 } // namespace VisItControl 00031 00032 } // namespace weipa 00033 00034 #endif // __WEIPA_VISITCONTROL_H__ 00035