CASM  1.1.0
A Clusters Approach to Statistical Mechanics
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
ConfigData.cc File Reference

Go to the source code of this file.

Namespaces

 CASM
 Main CASM namespace.
 
 CASM::Local
 
 CASM::DB
 
 CASM::DB::ConfigIO
 

Functions

static std::string CASM::Local::_resolve_properties_path (std::string pos_path, PrimClex const &_pclex)
 Return path to properties.calc.json that will be imported checking a couple possible locations relative to pos_path. More...
 
std::string CASM::DB::create_report_dir (std::string report_dir)
 Create a new report directory to avoid overwriting existing results. More...
 
GenericDatumFormatter< std::string, Result > CASM::DB::ConfigIO::initial_path ()
 
GenericDatumFormatter< std::string, Result > CASM::DB::ConfigIO::final_path ()
 
GenericDatumFormatter< std::string, Result > CASM::DB::ConfigIO::fail_msg ()
 
GenericDatumFormatter< std::string, Result > CASM::DB::ConfigIO::data_origin ()
 
GenericDatumFormatter< std::string, Result > CASM::DB::ConfigIO::to_configname ()
 
GenericDatumFormatter< bool, Result > CASM::DB::ConfigIO::has_data ()
 
GenericDatumFormatter< bool, Result > CASM::DB::ConfigIO::has_complete_data ()
 
GenericDatumFormatter< bool, Result > CASM::DB::ConfigIO::preexisting_data ()
 
GenericDatumFormatter< bool, Result > CASM::DB::ConfigIO::import_data ()
 
GenericDatumFormatter< bool, Result > CASM::DB::ConfigIO::import_additional_files ()
 
GenericDatumFormatter< double, Result > CASM::DB::ConfigIO::lattice_deformation_cost ()
 
GenericDatumFormatter< double, Result > CASM::DB::ConfigIO::atomic_deformation_cost ()
 
GenericDatumFormatter< double, Result > CASM::DB::ConfigIO::energy ()
 
GenericDatumFormatter< double, ConfigIO::Result > CASM::DB::ConfigIO::score (PropertiesDatabase &db_props)
 
GenericDatumFormatter< double, ConfigIO::Result > CASM::DB::ConfigIO::best_score (PropertiesDatabase &db_props)
 
GenericDatumFormatter< bool, ConfigIO::Result > CASM::DB::ConfigIO::is_best (PropertiesDatabase &db_props)
 
GenericDatumFormatter< bool, Result > CASM::DB::ConfigIO::selected ()
 Gives a 'selected' column, set all to false. More...
 
GenericDatumFormatter< bool, Result > CASM::DB::ConfigIO::is_new_config ()
 Gives a 'selected' column, set all to false. More...
 
void CASM::DB::ConfigIO::default_import_formatters (DataFormatterDictionary< Result > &dict, PropertiesDatabase &db_props)
 Insert default formatters to dictionary, for 'casm import'. More...
 
void CASM::DB::ConfigIO::default_update_formatters (DataFormatterDictionary< Result > &dict, PropertiesDatabase &db_props)
 Insert default formatters to dictionary, for 'casm update'. More...