![]() |
QMCPACK
|
Public Member Functions | |
WFOptDriverInput () | |
void | readXML (xmlNodePtr xml_input) |
int | get_opt_crowd_size () const |
int | get_opt_num_crowds () const |
const std::string & | get_opt_method () const |
xmlNodePtr | get_opt_xml_node () const |
Protected Attributes | |
int | opt_crowd_size_ = 1 |
int | opt_num_crowds_ = 0 |
std::string | opt_method_ |
xmlNodePtr | opt_xml_node_ |
Definition at line 20 of file WFOptDriverInput.h.
|
inline |
Definition at line 23 of file WFOptDriverInput.h.
|
inline |
Definition at line 35 of file WFOptDriverInput.h.
References WFOptDriverInput::opt_crowd_size_.
Referenced by qmcplusplus::TEST_CASE().
|
inline |
Definition at line 38 of file WFOptDriverInput.h.
References WFOptDriverInput::opt_method_.
Referenced by qmcplusplus::TEST_CASE().
|
inline |
Definition at line 36 of file WFOptDriverInput.h.
References WFOptDriverInput::opt_num_crowds_.
Referenced by qmcplusplus::TEST_CASE().
|
inline |
Definition at line 40 of file WFOptDriverInput.h.
References WFOptDriverInput::opt_xml_node_.
void readXML | ( | xmlNodePtr | xml_input | ) |
Definition at line 19 of file WFOptDriverInput.cpp.
References ParameterSet::add(), getXMLAttributeValue(), WFOptDriverInput::opt_crowd_size_, WFOptDriverInput::opt_method_, WFOptDriverInput::opt_num_crowds_, WFOptDriverInput::opt_xml_node_, and ParameterSet::put().
Referenced by qmcplusplus::TEST_CASE().
|
protected |
Definition at line 27 of file WFOptDriverInput.h.
Referenced by WFOptDriverInput::get_opt_crowd_size(), and WFOptDriverInput::readXML().
|
protected |
Definition at line 30 of file WFOptDriverInput.h.
Referenced by WFOptDriverInput::get_opt_method(), and WFOptDriverInput::readXML().
|
protected |
Definition at line 28 of file WFOptDriverInput.h.
Referenced by WFOptDriverInput::get_opt_num_crowds(), and WFOptDriverInput::readXML().
|
protected |
Definition at line 32 of file WFOptDriverInput.h.
Referenced by WFOptDriverInput::get_opt_xml_node(), and WFOptDriverInput::readXML().