MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for EvalNewPointTailoredApproach_Step from an OptionsFromStream object. More...
#include <MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.hpp>
Public Member Functions | |
EvalNewPointTailoredApproach_StepSetOptions (EvalNewPointTailoredApproach_Step *target=0, const char opt_grp_name[]="EvalNewPointTailoredApproach") | |
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< EvalNewPointTailoredApproach_Step > | |
SetOptionsToTargetBase (EvalNewPointTailoredApproach_Step *target=0) | |
void | set_target (EvalNewPointTailoredApproach_Step *target) |
EvalNewPointTailoredApproach_Step * | get_target () |
const EvalNewPointTailoredApproach_Step * | get_target () const |
EvalNewPointTailoredApproach_Step & | target () |
const EvalNewPointTailoredApproach_Step & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for EvalNewPointTailoredApproach_Step from an OptionsFromStream object.
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 77 of file MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.hpp.
MoochoPack::EvalNewPointTailoredApproach_StepSetOptions::EvalNewPointTailoredApproach_StepSetOptions | ( | EvalNewPointTailoredApproach_Step * | target = 0 , |
const char | opt_grp_name[] = "EvalNewPointTailoredApproach" |
||
) |
Definition at line 64 of file MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 73 of file MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.cpp.