CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <enumerate_configurations.hh>
Collect information during enumerate_configurations
function for optional output
Definition at line 62 of file enumerate_configurations.hh.
Public Member Functions | |
ConfigEnumData (PrimClex const &_primclex, Index _initial_state_index, std::string const &_initial_state_name, InitialStateType const &_initial_state, EnumeratorType const &_enumerator, Configuration const &_configuration) | |
Public Attributes | |
PrimClex const & | primclex |
Index | initial_state_index |
std::string const & | initial_state_name |
InitialStateType const & | initial_state |
EnumeratorType const & | enumerator |
Configuration const & | configuration |
bool | is_excluded_by_filter = false |
ConfigInsertResult | insert_result |
|
inline |
Definition at line 63 of file enumerate_configurations.hh.
Configuration const& CASM::ConfigEnumData< EnumeratorType, InitialStateType >::configuration |
Definition at line 80 of file enumerate_configurations.hh.
EnumeratorType const& CASM::ConfigEnumData< EnumeratorType, InitialStateType >::enumerator |
Definition at line 79 of file enumerate_configurations.hh.
InitialStateType const& CASM::ConfigEnumData< EnumeratorType, InitialStateType >::initial_state |
Definition at line 78 of file enumerate_configurations.hh.
Index CASM::ConfigEnumData< EnumeratorType, InitialStateType >::initial_state_index |
Definition at line 76 of file enumerate_configurations.hh.
std::string const& CASM::ConfigEnumData< EnumeratorType, InitialStateType >::initial_state_name |
Definition at line 77 of file enumerate_configurations.hh.
ConfigInsertResult CASM::ConfigEnumData< EnumeratorType, InitialStateType >::insert_result |
Definition at line 83 of file enumerate_configurations.hh.
bool CASM::ConfigEnumData< EnumeratorType, InitialStateType >::is_excluded_by_filter = false |
Definition at line 82 of file enumerate_configurations.hh.
PrimClex const& CASM::ConfigEnumData< EnumeratorType, InitialStateType >::primclex |
Definition at line 75 of file enumerate_configurations.hh.