gaze
0.1.0
Perform gaze tracking with common webcams.
|
Holds all configuration options for the experiment. More...
#include "where_people_look/config.h"
Public Member Functions | |
bool | assistant_data_complete () const |
Getters | |
const boost::filesystem::path | get_stimuli_dir_path () const |
const std::string | get_subject_id () const |
Setters | |
Some setters are overloaded to provide easy usage with boost::filesystem::path and std::string. | |
void | set_stimuli_dir_path (const std::string path) |
void | set_stimuli_dir_path (const boost::filesystem::path path) |
void | set_subject_id (const std::string id) |
bool wpl::Config::assistant_data_complete | ( | ) | const |
Checks if the data fromt the wizard at program start is complete. This function can be used to set the completed flag for the assistant.
Definition at line 10 of file config.cpp.
References basic_string< char >::empty().