CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <ConfigDoFValues.hh>
Definition at line 8 of file ConfigDoFValues.hh.
Public Member Functions | |
ConfigDoFValues (DoF::BasicTraits const &_traits, Index _n_sublat, Index _n_vol) | |
std::string const & | type_name () const |
Index | n_vol () const |
Index | n_sublat () const |
Private Attributes | |
DoFKey | m_type |
Index | m_n_sublat |
Index | m_n_vol |
CASM::ConfigDoFValues::ConfigDoFValues | ( | DoF::BasicTraits const & | _traits, |
Index | _n_sublat, | ||
Index | _n_vol | ||
) |
Definition at line 5 of file ConfigDoFValues.cc.
Index CASM::ConfigDoFValues::n_sublat | ( | ) | const |
Definition at line 13 of file ConfigDoFValues.cc.
Index CASM::ConfigDoFValues::n_vol | ( | ) | const |
Definition at line 11 of file ConfigDoFValues.cc.
std::string const & CASM::ConfigDoFValues::type_name | ( | ) | const |
Definition at line 9 of file ConfigDoFValues.cc.
|
private |
Definition at line 21 of file ConfigDoFValues.hh.
|
private |
Definition at line 22 of file ConfigDoFValues.hh.
|
private |
Definition at line 20 of file ConfigDoFValues.hh.