#include <ConfigEnumRandomLocal.hh>
Enumerate random values for continuous degrees of freedom.
Definition at line 50 of file ConfigEnumRandomLocal.hh.
◆ iterator
◆ reference
template<typename ValueType , bool IsConst = true>
◆ step_type
template<typename ValueType , bool IsConst = true>
◆ value_type
template<typename ValueType , bool IsConst = true>
◆ ConfigEnumRandomLocal() [1/2]
◆ ConfigEnumRandomLocal() [2/2]
CASM::ConfigEnumRandomLocal::ConfigEnumRandomLocal |
( |
ConfigEnumInput const & |
_in_config, |
|
|
DoFKey const & |
_dof_key, |
|
|
Index |
_n_config, |
|
|
double |
_mag, |
|
|
bool |
_normal, |
|
|
MTRand & |
_mtrand |
|
) |
| |
◆ _decrement_step()
template<typename ValueType , bool IsConst = true>
void CASM::EnumeratorBase::_decrement_step |
|
inlineprotectedinherited |
◆ _increment_step()
template<typename ValueType , bool IsConst = true>
void CASM::EnumeratorBase::_increment_step |
|
inlineprotectedinherited |
◆ _initialize() [1/2]
template<typename ValueType , bool IsConst = true>
void CASM::EnumeratorBase::_initialize |
|
inlineprotectedinherited |
Initialize
- Sets step to 0
- Sets valid to true
Definition at line 144 of file Enumerator.hh.
◆ _initialize() [2/2]
template<typename ValueType , bool IsConst = true>
Initialize
- Sets current to point at _initial
- Sets step to 0
- Sets valid to true
Definition at line 197 of file Enumerator.hh.
◆ _invalidate()
template<typename ValueType , bool IsConst = true>
void CASM::EnumeratorBase::_invalidate |
|
inlineprotectedinherited |
◆ _set_current_ptr()
template<typename ValueType , bool IsConst = true>
◆ _set_step() [1/2]
void CASM::EnumeratorBase::_set_step |
( |
step_type |
val | ) |
|
|
inlineprotectedinherited |
◆ _set_step() [2/2]
template<typename ValueType , bool IsConst = true>
void CASM::EnumeratorBase::_set_step |
|
inlineprotectedinherited |
◆ _validate()
void CASM::EnumeratorBase::_validate |
( |
| ) |
|
|
inlineprotectedinherited |
Used if random access enumerator step is moved into valid range.
Definition at line 162 of file Enumerator.hh.
◆ begin()
◆ current()
template<typename ValueType , bool IsConst = true>
Access the current ObjectType by reference.
Definition at line 211 of file Enumerator.hh.
◆ end()
◆ increment()
void CASM::ConfigEnumRandomLocal::increment |
( |
| ) |
|
|
overrideprivatevirtual |
◆ name() [1/2]
std::string CASM::ConfigEnumRandomLocal::name |
( |
| ) |
const |
|
overridevirtual |
◆ name() [2/2]
template<typename ValueType , bool IsConst = true>
virtual std::string CASM::EnumeratorBase::name |
|
inherited |
Derived enumerators must implement name, via ENUM_MEMBERS.
◆ randomize()
void CASM::ConfigEnumRandomLocal::randomize |
( |
| ) |
|
|
private |
◆ source() [1/2]
Default Object source just uses step#
Returns:
{
"enumerated_by": "<enumerator_type>",
}
step_type step() const
Increments with each enumerated object.
Definition at line 129 of file Enumerator.hh.
◆ source() [2/2]
template<typename ValueType , bool IsConst = true>
Default Object source just uses step#
Returns:
{
"enumerated_by": "<enumerator_type>",
}
Definition at line 129 of file Enumerator.hh.
◆ step() [1/2]
step_type CASM::EnumeratorBase::step |
( |
| ) |
const |
|
inlineinherited |
Increments with each enumerated object.
Definition at line 115 of file Enumerator.hh.
◆ step() [2/2]
template<typename ValueType , bool IsConst = true>
Increments with each enumerated object.
Definition at line 115 of file Enumerator.hh.
◆ valid() [1/2]
bool CASM::EnumeratorBase::valid |
( |
| ) |
const |
|
inlineinherited |
Returns false if enumeration is complete.
Definition at line 118 of file Enumerator.hh.
◆ valid() [2/2]
template<typename ValueType , bool IsConst = true>
bool CASM::EnumeratorBase::valid |
|
inlineinherited |
Returns false if enumeration is complete.
Definition at line 118 of file Enumerator.hh.
◆ enumerator_name
const std::string CASM::ConfigEnumRandomLocal::enumerator_name |
|
static |
◆ InputEnumIteratorBase< ValueType, IsConst >
◆ m_current
◆ m_current_ptr
template<typename ValueType , bool IsConst = true>
◆ m_dof_dims
std::vector<Index> CASM::ConfigEnumRandomLocal::m_dof_dims |
|
private |
◆ m_dof_key
DoFKey CASM::ConfigEnumRandomLocal::m_dof_key |
|
private |
◆ m_dof_vals
◆ m_mag
double CASM::ConfigEnumRandomLocal::m_mag |
|
private |
◆ m_mtrand
MTRand& CASM::ConfigEnumRandomLocal::m_mtrand |
|
private |
◆ m_n_config
Index CASM::ConfigEnumRandomLocal::m_n_config |
|
private |
◆ m_normal
bool CASM::ConfigEnumRandomLocal::m_normal |
|
private |
◆ m_site_selection
std::vector<Index> CASM::ConfigEnumRandomLocal::m_site_selection |
|
private |
◆ m_step
◆ m_unit_length
bool CASM::ConfigEnumRandomLocal::m_unit_length |
|
private |
◆ m_valid
bool CASM::EnumeratorBase::m_valid |
|
privateinherited |
The documentation for this class was generated from the following files: