CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <boost/range/iterator_range.hpp>
#include "casm/database/ConfigData_impl.hh"
#include "casm/database/DatabaseTypes_impl.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::DB | |
Functions | |
const std::set< std::string > & | CASM::DB::types () |
std::set of all QueryTraits<DataObject>::name More... | |
const std::set< std::string > & | CASM::DB::types_short () |
std::set of all QueryTraits<DataObject>::short_name More... | |
const std::set< std::string > & | CASM::DB::config_types () |
std::set of all QueryTraits<ConfigType>::name More... | |
const std::set< std::string > & | CASM::DB::config_types_short () |
std::set of all QueryTraits<ConfigType>::short_name More... | |
Index | CASM::DB::config_count (std::string scelname, const PrimClex &primclex) |
Total number of configs of all types in a supercell. More... | |
Index | CASM::DB::config_count (std::string configtype, std::string scelname, const PrimClex &primclex) |
Total number of configs of a specific type in a supercell. More... | |
Index | CASM::DB::config_calculated_count (std::string scelname, const PrimClex &primclex) |
Total number of calculated configs of all types in a supercell. More... | |
Index | CASM::DB::config_calculated_count (std::string configtype, std::string scelname, const PrimClex &primclex) |
Total number of calculated configs of a specific type in a supercell. More... | |
Index | CASM::DB::config_data_count (std::string scelname, const PrimClex &primclex) |
Total number of configs w/ data or files of all types in a supercell. More... | |
Index | CASM::DB::config_data_count (std::string configtype, std::string scelname, const PrimClex &primclex) |
Total number of configs w/ data or files of a specific type in a supercell. More... | |
Index count |
Definition at line 35 of file DatabaseTypes.cc.
const PrimClex& primclex |
Definition at line 37 of file DatabaseTypes.cc.
std::set<std::string>& s |
Definition at line 15 of file DatabaseTypes.cc.
std::string scelname |
Definition at line 36 of file DatabaseTypes.cc.