#include <VisItChomboDriver.H>
Public Member Functions | |
VisItChomboDriver () | |
~VisItChomboDriver () | |
void | VisualizeFile (const char *fname) |
void | BrowseFile (const char *fname) |
void | Reset () |
Private Types | |
enum | VisualizationType { Pseudocolor, Spreadsheet } |
Private Member Functions | |
void | VisualizeFileHelper (const char *fname, bool allowRetry, VisualizationType vistype) |
Private Attributes | |
VisItPythonConnection | visit |
bool | initialized |
enum VisItChomboDriver::VisualizationType [private] |
VisItChomboDriver::VisItChomboDriver | ( | ) |
VisItChomboDriver::~VisItChomboDriver | ( | ) |
void VisItChomboDriver::VisualizeFile | ( | const char * | fname | ) |
void VisItChomboDriver::BrowseFile | ( | const char * | fname | ) |
void VisItChomboDriver::Reset | ( | ) |
void VisItChomboDriver::VisualizeFileHelper | ( | const char * | fname, | |
bool | allowRetry, | |||
VisualizationType | vistype | |||
) | [private] |
bool VisItChomboDriver::initialized [private] |