1 #ifndef INCLUDE_WHERE_PEOPLE_LOOK_CONFIG_H_ 
    2 #define INCLUDE_WHERE_PEOPLE_LOOK_CONFIG_H_ 
    6 #include "boost/filesystem.hpp" 
   18   boost::filesystem::path stimuli_dir_path = boost::filesystem::initial_path();
 
   31   const boost::filesystem::path get_stimuli_dir_path() 
const;
 
   44   void set_stimuli_dir_path(
const boost::filesystem::path path);
 
   52 #endif  // INCLUDE_WHERE_PEOPLE_LOOK_CONFIG_H_ 
bool assistant_data_complete() const 
 
Holds all configuration options for the experiment.