MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for NLPFirstDerivTester from an OptionsFromStream object. More...
#include <NLPInterfacePack_NLPFirstDerivTesterSetOptions.hpp>
Public Member Functions | |
NLPFirstDerivTesterSetOptions (NLPFirstDerivTester *target=0, const char opt_grp_name[]="NLPFirstDerivTester") | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStreamNode | |
SetOptionsFromStreamNode (const std::string &options_group, int num_options, const char *option_names[], bool exists_optional=true) | |
Constructs with the name of the options group and the names of the options. More... | |
void | set_options (const OptionsFromStream &options) |
Overridden from SetOptionsFromStream and calls setOption(...). More... | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStream | |
virtual | ~SetOptionsFromStream () |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsToTargetBase< NLPFirstDerivTester > | |
SetOptionsToTargetBase (NLPFirstDerivTester *target=0) | |
void | set_target (NLPFirstDerivTester *target) |
NLPFirstDerivTester * | get_target () |
const NLPFirstDerivTester * | get_target () const |
NLPFirstDerivTester & | target () |
const NLPFirstDerivTester & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for NLPFirstDerivTester from an OptionsFromStream object.
The default options group name is NLPFirstDerivTester.
The options group is:
options_group NLPFirstDerivTester { * fd_testing_method = FD_COMPUTE_ALL; fd_testing_method = FD_DIRECTIONAL; num_fd_directions = 3; *** [fd_testing_method == DIRECTIONAL] warning_tol = 1e-14; error_tol = 1e-8; }
Definition at line 68 of file NLPInterfacePack_NLPFirstDerivTesterSetOptions.hpp.
NLPInterfacePack::NLPFirstDerivTesterSetOptions::NLPFirstDerivTesterSetOptions | ( | NLPFirstDerivTester * | target = 0 , |
const char | opt_grp_name[] = "NLPFirstDerivTester" |
||
) |
Definition at line 70 of file NLPInterfacePack_NLPFirstDerivTesterSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 79 of file NLPInterfacePack_NLPFirstDerivTesterSetOptions.cpp.