MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for NLPDirectTester
from an OptionsFromStream
object.
More...
#include <NLPInterfacePack_NLPDirectTesterSetOptions.hpp>
Public Member Functions | |
NLPDirectTesterSetOptions (NLPDirectTester *target=0, const char opt_grp_name[]="NLPDirectTester") | |
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< NLPDirectTester > | |
SetOptionsToTargetBase (NLPDirectTester *target=0) | |
void | set_target (NLPDirectTester *target) |
NLPDirectTester * | get_target () |
const NLPDirectTester * | get_target () const |
NLPDirectTester & | target () |
const NLPDirectTester & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for NLPDirectTester
from an OptionsFromStream
object.
The default options group name is 'NLPDirectTester'.
The options group is:
options_group NLPDirectTester { * Gf_testing_method = FD_COMPUTE_ALL; Gf_testing_method = FD_DIRECTIONAL; Gf_warning_tol = 1e-6; Gf_error_tol = 1e-1; * Gc_testing_method = FD_COMPUTE_ALL; Gc_testing_method = FD_DIRECTIONAL; Gc_warning_tol = 1e-6; Gc_error_tol = 1e-1; num_fd_directions = 3; *** [testing_method == FD_DIRECTIONAL] dump_all = false; }
Definition at line 73 of file NLPInterfacePack_NLPDirectTesterSetOptions.hpp.
NLPInterfacePack::NLPDirectTesterSetOptions::NLPDirectTesterSetOptions | ( | NLPDirectTester * | target = 0 , |
const char | opt_grp_name[] = "NLPDirectTester" |
||
) |
Definition at line 79 of file NLPInterfacePack_NLPDirectTesterSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 87 of file NLPInterfacePack_NLPDirectTesterSetOptions.cpp.