|
HOPS
HOPS class reference
|
#include <fstream>#include <getopt.h>#include <iostream>#include <string>#include <utility>#include <vector>#include "CLI11.hpp"#include "MHO_BasicFringeDataConfiguration.hh"#include "MHO_ContainerDefinitions.hh"#include "MHO_DirectoryInterface.hh"#include "MHO_JSONHeaderWrapper.hh"#include "MHO_Message.hh"#include "MHO_ParameterStore.hh"#include "MHO_Tokenizer.hh"Functions | |
| bool | extract_plot_data (mho_json &plot_data, mho_json ¶m_data, std::string filename) |
| int | main (int argc, char **argv) |
| bool | match_baseline (const std::string &baseline, const std::string &obj_baseline) |
| bool | match_fgroup (const std::string &fgroup, const std::string &obj_fgroup) |
| bool | match_polprod (const std::string &polprod, const std::string &obj_polprod) |
| bool | matches_extension (const std::string &filename, const std::string &anExt) |
| int | parse_fplot_command_line (int argc, char **argv, MHO_ParameterStore *paramStore) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| bool match_baseline | ( | const std::string & | baseline, |
| const std::string & | obj_baseline | ||
| ) |
| bool match_fgroup | ( | const std::string & | fgroup, |
| const std::string & | obj_fgroup | ||
| ) |
| bool match_polprod | ( | const std::string & | polprod, |
| const std::string & | obj_polprod | ||
| ) |
| bool matches_extension | ( | const std::string & | filename, |
| const std::string & | anExt | ||
| ) |
| int parse_fplot_command_line | ( | int | argc, |
| char ** | argv, | ||
| MHO_ParameterStore * | paramStore | ||
| ) |