|
Gradient Augmented Levelset Implementation in CPU & GPU
|
#include <input-parser.h>
Public Member Functions | |
| InputParser () | |
| ~InputParser () | |
| void | parse (const std::string input_file, GALS::INPUT_FIELDS::InputFields *p_input_fields) |
Class to parse input files with yaml-cpp.
Definition at line 47 of file input-parser.h.
| InputParser | ( | ) |
Default constructor.
Definition at line 41 of file input-parser.cc.
| ~InputParser | ( | ) |
Destructor
Definition at line 43 of file input-parser.cc.
| void parse | ( | const std::string | input_file, |
| GALS::INPUT_FIELDS::InputFields * | p_input_fields | ||
| ) |
Parse file.
Parses all input fields.
| input_file | file name with path. |
| p_input_fields | pointer to input fields object. |
Definition at line 45 of file input-parser.cc.