COPASI API
4.16.103
|
this describes one update action that has to be performed during setState() More...
#include <CCopasiSpringLayout.h>
Public Types | |
enum | Update_Enum { COMPARTMENT_4V, POSITION_2V, REACTION_2V } |
Public Member Functions | |
UpdateAction (Update_Enum action, CLBase *target, int index1=-1, int index2=-1, int index3=-1, int index4=-1) | |
Public Attributes | |
Update_Enum | mAction |
int | mIndex1 |
int | mIndex2 |
int | mIndex3 |
int | mIndex4 |
CLBase * | mpTarget |
this describes one update action that has to be performed during setState()
Definition at line 230 of file CCopasiSpringLayout.h.
Enumerator | |
---|---|
COMPARTMENT_4V | |
POSITION_2V | |
REACTION_2V |
Definition at line 232 of file CCopasiSpringLayout.h.
|
inline |
Definition at line 239 of file CCopasiSpringLayout.h.
Update_Enum CCopasiSpringLayout::UpdateAction::mAction |
Definition at line 246 of file CCopasiSpringLayout.h.
int CCopasiSpringLayout::UpdateAction::mIndex1 |
Definition at line 250 of file CCopasiSpringLayout.h.
int CCopasiSpringLayout::UpdateAction::mIndex2 |
Definition at line 251 of file CCopasiSpringLayout.h.
int CCopasiSpringLayout::UpdateAction::mIndex3 |
Definition at line 252 of file CCopasiSpringLayout.h.
int CCopasiSpringLayout::UpdateAction::mIndex4 |
Definition at line 253 of file CCopasiSpringLayout.h.
CLBase* CCopasiSpringLayout::UpdateAction::mpTarget |
Definition at line 249 of file CCopasiSpringLayout.h.