#include <SynchronizedCashKarpMover.h>
Inheritance diagram for CSynchronizedCashKarpMover:
Public Methods | |
CSynchronizedCashKarpMover (double frequency, double stepsize, double eps=1.0e-05) | |
virtual | ~CSynchronizedCashKarpMover () |
virtual void | Move (double xInitial, double xFinal, ReactionNetwork *pReactionNetwork) |
Private Attributes | |
std::vector< double > | m_vdSteps |
bool | m_bSyncFlag |
|
Definition at line 11 of file SynchronizedCashKarpMover.cpp. References m_bSyncFlag. |
|
Definition at line 17 of file SynchronizedCashKarpMover.cpp. |
|
|
Definition at line 22 of file SynchronizedCashKarpMover.h. Referenced by CSynchronizedCashKarpMover, and Move. |
|
Definition at line 21 of file SynchronizedCashKarpMover.h. Referenced by Move. |