Management Strategy Evaluation Demo  1.0
MSED
 All Classes Files Functions Variables Enumerations Enumerator Groups Pages
EstimatorClass Class Reference

Calls the user defined stock assessment model. More...

#include <EstimatorClass.h>

Collaboration diagram for EstimatorClass:
Collaboration graph

Public Member Functions

 EstimatorClass (adstring model)
 Constructor.
 
 ~EstimatorClass ()
 Destructor.
 
void runEstimator ()
 Function that runs the user defined estimator. More...
 

Public Attributes

adstring m_model
 

Detailed Description

Calls the user defined stock assessment model.

Author
Steve Martell
Remarks
User specifies the name of the estimation model in the input data file.

Definition at line 15 of file EstimatorClass.h.

Member Function Documentation

void EstimatorClass::runEstimator ( )

Function that runs the user defined estimator.

Author
Steve Martell

Definition at line 27 of file EstimatorClass.cpp.

28 {
29  adstring arg;
30  arg = m_model+" -ind MSE.dat -nox -est > NUL";
31  system(arg);
32  // cout<<"Finished running the estimator"<<endl;
33 }

Here is the caller graph for this function:


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