Chombo + EB + MF  3.2
VisItChomboDriver.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _VISITCHOMBODRIVER_H_
12 #define _VISITCHOMBODRIVER_H_
13 
14 #include "VisItPythonConnection.H"
15 
16 #include "NamespaceHeader.H"
17 
19 {
20  public:
22 
24 
25  void VisualizeFile(const char *fname);
26 
27  void BrowseFile(const char *fname);
28 
29  void Reset();
30 
31  private:
33  {
36  };
37 
38  void VisualizeFileHelper(const char *fname,
39  bool allowRetry,
40  VisualizationType vistype);
41 
43 
45 };
46 
47 #include "NamespaceFooter.H"
48 
49 #endif
VisualizationType
Definition: VisItChomboDriver.H:32
VisItPythonConnection visit
Definition: VisItChomboDriver.H:42
void VisualizeFileHelper(const char *fname, bool allowRetry, VisualizationType vistype)
void VisualizeFile(const char *fname)
Definition: VisItChomboDriver.H:18
Definition: VisItChomboDriver.H:35
Definition: VisItPythonConnection.H:35
Definition: VisItChomboDriver.H:34
bool initialized
Definition: VisItChomboDriver.H:44
void BrowseFile(const char *fname)