#include <MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.hpp>
Inheritance diagram for MoochoPack::EvalNewPointTailoredApproach_StepSetOptions:

Public Member Functions | |
| EvalNewPointTailoredApproach_StepSetOptions (EvalNewPointTailoredApproach_Step *target=0, const char opt_grp_name[]="EvalNewPointTailoredApproach") | |
| | |
Protected Member Functions | |
| void | setOption (int option_num, const std::string &option_value) |
| Overridden from SetOptionsFromStreamNode. | |
The default options group name is EvalNewPointTailoredApproach.
The options group is:
{verbatim} options_group EvalNewPointTailoredApproach { fd_deriv_testing = FD_DEFAULT; } {verbatim}
{description} [fd_deriv_testing] Determines if finite differerece testing of the derivatives of the Gc and Gf. See the class EvalNewPointTailoredApproach_Step} and its printed algorithm for more details). {description} [FD_DEFAULT] The global flag check_results determines if the tests are performed. [FD_TEST] The tests are performed reguardless the value of check_results [FD_NO_TEST] The tests are not performed reguardless the value of check_results {description}
Definition at line 64 of file MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.hpp.
| MoochoPack::EvalNewPointTailoredApproach_StepSetOptions::EvalNewPointTailoredApproach_StepSetOptions | ( | EvalNewPointTailoredApproach_Step * | target = 0, |
|
| const char | opt_grp_name[] = "EvalNewPointTailoredApproach" | |||
| ) |
| void MoochoPack::EvalNewPointTailoredApproach_StepSetOptions::setOption | ( | int | option_num, | |
| const std::string & | option_value | |||
| ) | [protected, virtual] |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 60 of file MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.cpp.
1.4.7