MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
NLPInterfacePack::NLPFirstDerivTesterSetOptions Class Reference

Set options for NLPFirstDerivTester from an OptionsFromStream object. More...

#include <NLPInterfacePack_NLPFirstDerivTesterSetOptions.hpp>

Inheritance diagram for NLPInterfacePack::NLPFirstDerivTesterSetOptions:
Inheritance graph
[legend]

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

NLPInterfacePack::NLPFirstDerivTesterSetOptions::NLPFirstDerivTesterSetOptions ( NLPFirstDerivTester target = 0,
const char  opt_grp_name[] = "NLPFirstDerivTester" 
)

Member Function Documentation

void NLPInterfacePack::NLPFirstDerivTesterSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 79 of file NLPInterfacePack_NLPFirstDerivTesterSetOptions.cpp.


The documentation for this class was generated from the following files: