1 #include "yaml-cpp/yaml.h" 10 void printLoadedFile();
13 void assignParameters();
15 int readParameterInt(
string parameter_name);
16 double readParameterDouble(
string parameter_name);
17 string readParameterString(
string parameter_name);
18 bool readParameterBool(
string parameter_name);
19 arma::uvec readParameterIntList(
string parameter_name);
20 bool readDebugParameterBool(
string debug_parameter_name);
22 arma::uvec yamlListToArmadilloVector(YAML::Node yamlList);
104 int printCurrentDirectory();
105 void printLoadedFile();
YAML::Node read_default_parameters
bool debug_no_neighbor_springs
YAML::Node read_parameters
YAML::Node default_parameters
bool debug_only_negative_initial
bool debug_no_random_displacements
double end_speed_continuous
bool debug_continuous_slider_speed
YAML::Node config_parameteres
YAML::Node debug_parameters
bool debug_one_degree_freedom_mode
bool debug_only_write_friction
bool debug_no_stationary_springs
YAML::Node config_categories
double start_speed_continuous
def loadFile(run_name, shared_names, selected='pad_position.csv')
YAML::Node default_debug_parameters
bool debug_negative_intial_values
DebugParameters(string debug_test_parameters)