xc
Public Member Functions | Protected Attributes | List of all members
XC::GFunEvaluator Class Referenceabstract

Performance function evaluator. More...

#include <GFunEvaluator.h>

Inheritance diagram for XC::GFunEvaluator:
Inheritance graph
[legend]
Collaboration diagram for XC::GFunEvaluator:
Collaboration graph
[legend]

Public Member Functions

 GFunEvaluator (Tcl_Interp *theTclInterp, ReliabilityDomain *theReliabilityDomain)
 
int evaluateG (Vector x)
 
double getG (void)
 
int initializeNumberOfEvaluations ()
 
int getNumberOfEvaluations ()
 
virtual int runGFunAnalysis (const Vector &x)=0
 
virtual int tokenizeSpecials (const std::string &theExpression)=0
 
virtual void setNsteps (int nsteps)
 
virtual double getDt (void)
 

Protected Attributes

Tcl_Interp * theTclInterp
 
ReliabilityDomaintheReliabilityDomain
 
double g
 
int numberOfEvaluations
 

Detailed Description

Performance function evaluator.


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