mrgsolve
Public Member Functions | Protected Attributes | List of all members
mrgsolve::resim Struct Reference

Resim functor. More...

#include <mrgsolv.h>

Public Member Functions

 resim (refun x, void *y)
 resim constructor More...
 
 resim ()
 
void operator() ()
 

Protected Attributes

refun fun
 function to call to re-simulate More...
 
void * prob
 object to pass to re-simulated function More...
 

Detailed Description

Resim functor.

These functors are used to re-simulate ETA and EPS values.

Constructor & Destructor Documentation

◆ resim() [1/2]

mrgsolve::resim::resim ( refun  x,
void *  y 
)
inline

resim constructor

◆ resim() [2/2]

mrgsolve::resim::resim ( )
inline

Member Function Documentation

◆ operator()()

void mrgsolve::resim::operator() ( )
inline

Member Data Documentation

◆ fun

refun mrgsolve::resim::fun
protected

function to call to re-simulate

◆ prob

void* mrgsolve::resim::prob
protected

object to pass to re-simulated function


The documentation for this struct was generated from the following file: