|
Gradient Augmented Levelset Implementation in CPU & GPU
|
#include <input-parser-base.h>
Public Member Functions | |
| InputParserBase () | |
| ~InputParserBase () | |
| void | operator() (const YAML::Node &field, GALS::INPUT_FIELDS::InputFields *p_input_fields) |
Static Public Member Functions | |
| static void | parse (const YAML::Node &field, GALS::INPUT_FIELDS::InputFields *p_input_fields) |
Class to parse input fields.
Definition at line 47 of file input-parser-base.h.
| InputParserBase | ( | ) |
Default constructor
Definition at line 40 of file input-parser-base.cc.
| ~InputParserBase | ( | ) |
Destructor
Definition at line 45 of file input-parser-base.cc.
|
inline |
Overloaded operator to parse input variables for FIELD section.
| field | YAML node for FIELD. |
| p_input_fields | pointer to input fields object. |
Definition at line 70 of file input-parser-base.h.
|
static |
Parse input variables for FIELD section.
| field | YAML node for FIELD. |
| p_input_fields | pointer to input fields object. |
Definition at line 50 of file input-parser-base.cc.