35#ifndef ANATOMIST_APPLICATION_LOCALCONFIG_H
36#define ANATOMIST_APPLICATION_LOCALCONFIG_H
This class stores global configuration settings, read by default from $HOME/.anatomist/config/setting...
virtual void update(GlobalConfiguration *)
Updates the global config with the specific local options.
virtual void apply(const GlobalConfiguration *cfg)=0
applies configuration to the program part.
virtual ~LocalConfiguration()