|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/app/casm_functions.hh"#include "casm/CASM_global_definitions.hh"#include "casm/casm_io/DataFormatter.hh"#include "casm/clex/Configuration.hh"#include "casm/clex/ConfigSelection.hh"#include "casm/completer/Handlers.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::Completer | |
Functions | |
| template<typename ConfigIterType > | |
| void | CASM::set_selection (const DataFormatterDictionary< Configuration > &dict, ConfigIterType begin, ConfigIterType end, const std::string &criteria, bool mk, Log &err_log) |
| template<typename ConfigIterType > | |
| void | CASM::set_selection (const DataFormatterDictionary< Configuration > &dict, ConfigIterType begin, ConfigIterType end, const std::string &criteria, Log &err_log) |
| template<bool IsConst> | |
| bool | CASM::write_selection (const DataFormatterDictionary< Configuration > &dict, const ConfigSelection< IsConst > &config_select, bool force, const fs::path &out_path, bool write_json, bool only_selected, Log &err_log) |
| void | CASM::select_help (const DataFormatterDictionary< Configuration > &_dict, std::ostream &_stream, std::vector< std::string > help_opt) |
| template<bool IsConst> | |
| void | CASM::write_selection_stats (Index Ntot, const ConfigSelection< IsConst > &config_select, Log &log, bool only_selected) |
| template<bool IsConst> | |
| void | CASM::write_master_selection_stats (Index Ntot, const ConfigSelection< IsConst > &config_select, Log &log) |
| int | CASM::select_command (const CommandArgs &args) |