|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <DiffAmp.h>
Collaboration diagram for DiffAmp:Public Member Functions | |
| DiffAmp () | |
| double | getGain () const |
| double | getOutput () const |
| double | getSaturation () const |
| void | minusFunc (double input) |
| void | plusFunc (double input) |
| void | process (const Eref &e, ProcPtr p) |
| void | reinit (const Eref &e, ProcPtr p) |
| void | setGain (double gain) |
| void | setSaturation (double saturation) |
| ~DiffAmp () | |
Static Public Member Functions | |
| static const Cinfo * | initCinfo () |
Protected Attributes | |
| double | gain_ |
| double | minus_ |
| double | output_ |
| double | plus_ |
| double | saturation_ |
| DiffAmp::DiffAmp | ( | ) |
Definition at line 147 of file DiffAmp.cpp.
| DiffAmp::~DiffAmp | ( | ) |
Definition at line 150 of file DiffAmp.cpp.
| double DiffAmp::getGain | ( | ) | const |
Definition at line 173 of file DiffAmp.cpp.
References gain_.
Referenced by initCinfo().
Here is the caller graph for this function:| double DiffAmp::getOutput | ( | ) | const |
Definition at line 183 of file DiffAmp.cpp.
References output_.
Referenced by initCinfo().
Here is the caller graph for this function:| double DiffAmp::getSaturation | ( | ) | const |
Definition at line 178 of file DiffAmp.cpp.
References saturation_.
Referenced by initCinfo().
Here is the caller graph for this function:
|
static |
Definition at line 51 of file DiffAmp.cpp.
References diffAmpCinfo, getGain(), getOutput(), getSaturation(), Neutral::initCinfo(), minusFunc(), output(), outputOut(), plusFunc(), process(), reinit(), setGain(), and setSaturation().
Here is the call graph for this function:| void DiffAmp::minusFunc | ( | double | input | ) |
Definition at line 158 of file DiffAmp.cpp.
References minus_.
Referenced by initCinfo().
Here is the caller graph for this function:| void DiffAmp::plusFunc | ( | double | input | ) |
Definition at line 153 of file DiffAmp.cpp.
References plus_.
Referenced by initCinfo().
Here is the caller graph for this function:Definition at line 188 of file DiffAmp.cpp.
References gain_, minus_, output(), output_, outputOut(), plus_, and saturation_.
Referenced by initCinfo().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 203 of file DiffAmp.cpp.
References minus_, output_, outputOut(), and plus_.
Referenced by initCinfo().
Here is the call graph for this function:
Here is the caller graph for this function:| void DiffAmp::setGain | ( | double | gain | ) |
Definition at line 163 of file DiffAmp.cpp.
References gain_.
Referenced by initCinfo().
Here is the caller graph for this function:| void DiffAmp::setSaturation | ( | double | saturation | ) |
Definition at line 168 of file DiffAmp.cpp.
References saturation_.
Referenced by initCinfo().
Here is the caller graph for this function:
|
protected |
|
protected |
Definition at line 57 of file DiffAmp.h.
Referenced by minusFunc(), process(), and reinit().
|
protected |
Definition at line 58 of file DiffAmp.h.
Referenced by getOutput(), process(), and reinit().
|
protected |
Definition at line 56 of file DiffAmp.h.
Referenced by plusFunc(), process(), and reinit().
|
protected |
Definition at line 55 of file DiffAmp.h.
Referenced by getSaturation(), process(), and setSaturation().