$extrastylesheet
Dakota  Version 6.2
Protected Member Functions
Verification Class Reference

Base class for managing common aspects of verification studies. More...

Inheritance diagram for Verification:
Analyzer Iterator RichExtrapVerification

List of all members.

Protected Member Functions

 Verification (ProblemDescDB &problem_db, Model &model)
 constructor
 Verification (unsigned short method_name, Model &model)
 alternate constructor for instantiations "on the fly"
 ~Verification ()
 destructor
void core_run ()
 core portion of run; implemented by all derived classes and may include pre/post steps in lieu of separate pre/post
void print_results (std::ostream &s)
 print the final iterator results
virtual void perform_verification ()=0
 Redefines the core_run() virtual function for the Verification branch.

Detailed Description

Base class for managing common aspects of verification studies.

The Verification base class manages common data and functions, such as those involving ...


Member Function Documentation

void core_run ( ) [inline, protected, virtual]

core portion of run; implemented by all derived classes and may include pre/post steps in lieu of separate pre/post

Virtual run function for the iterator class hierarchy. All derived classes need to redefine it.

Reimplemented from Iterator.

References Verification::perform_verification().

void print_results ( std::ostream &  s) [protected, virtual]

print the final iterator results

This virtual function provides additional iterator-specific final results outputs beyond the function evaluation summary printed in finalize_run().

Reimplemented from Analyzer.

Reimplemented in RichExtrapVerification.


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