SurrogateDataPointRep Class Reference

or body, may be shared by multiple SurrogateDataPoint handle instances. More...

List of all members.

Private Member Functions

 SurrogateDataPointRep (const RealVector &x, const Real &fn_val, const RealBaseVector &fn_grad, const RealMatrix &fn_hess)
 constructor
 ~SurrogateDataPointRep ()
 destructor

Private Attributes

RealVector continuousVars
 continuous variables
Real responseFn
 truth response function value
RealBaseVector responseGrad
 truth response function gradient
RealMatrix responseHess
 truth response function Hessian
int referenceCount
 number of handle objects sharing sdpRep

Friends

class SurrogateDataPoint
 the handle class can access attributes of the body class directly


Detailed Description

or body, may be shared by multiple SurrogateDataPoint handle instances.

The SurrogateDataPoint/SurrogateDataPointRep pairs utilize a handle-body idiom (Coplien, Advanced C++).


The documentation for this class was generated from the following file:
Generated on Wed Nov 5 19:54:06 2008 for DAKOTA by  doxygen 1.5.1