Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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 }
00031
00032 }
00033
00034 #endif // __WEIPA_VISITCONTROL_H__
00035