escript  Revision_4925
VisItControl.h
Go to the documentation of this file.
1 
2 /*****************************************************************************
3 *
4 * Copyright (c) 2003-2014 by University of Queensland
5 * http://www.uq.edu.au
6 *
7 * Primary Business: Queensland, Australia
8 * Licensed under the Open Software License version 3.0
9 * http://www.opensource.org/licenses/osl-3.0.php
10 *
11 * Development until 2012 by Earth Systems Science Computational Center (ESSCC)
12 * Development 2012-2013 by School of Earth Sciences
13 * Development from 2014 by Centre for Geoscience Computing (GeoComp)
14 *
15 *****************************************************************************/
16 
17 #ifndef __WEIPA_VISITCONTROL_H__
18 #define __WEIPA_VISITCONTROL_H__
19 
20 #include <weipa/weipa.h>
21 #include <string>
22 
23 namespace weipa {
24 
25 namespace VisItControl {
26 
28  bool initialize(const std::string& simFile, const std::string& comment);
29 
31  bool publishData(EscriptDataset_ptr dataset);
32 
33 } // namespace VisItControl
34 
35 } // namespace weipa
36 
37 #endif // __WEIPA_VISITCONTROL_H__
38 
bool initialize(const std::string &simFile, const std::string &comment)
Definition: VisItControl.cpp:177
bool publishData(EscriptDataset_ptr dataset)
Definition: VisItControl.cpp:225
boost::shared_ptr< EscriptDataset > EscriptDataset_ptr
Definition: weipa.h:63
#define WEIPA_DLL_API
Definition: weipa.h:33