

Public Member Functions | |
| def | __init__ |
| def | start |
| def | setNucleationAxis |
| def | setNumberOfNewBubbles |
| def | setInitialTargetVolume |
| def | setInitialLambdaVolume |
| def | setInitialCellType |
| def | createNewCell |
| def | nucleateBubble |
| def | step |
Public Attributes | |
| simulator | |
| inventory | |
| coordName | |
| numNewBubbles | |
| initCellType | |
| Potts | |
| dim | |
| initTargetVolume | |
| initLambdaVolume | |
Definition at line 524 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::__init__ | ( | self, | ||
| _simulator, | ||||
_frequency = 1 | ||||
| ) |
Definition at line 525 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::start | ( | self | ) |
Reimplemented from PySteppables::SteppablePy.
Definition at line 532 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::setNucleationAxis | ( | self, | ||
| _coordName | ||||
| ) |
Definition at line 536 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::setNumberOfNewBubbles | ( | self, | ||
| _numNewBubbles | ||||
| ) |
Definition at line 546 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::setInitialTargetVolume | ( | self, | ||
| _initTargetVolume | ||||
| ) |
Definition at line 549 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::setInitialLambdaVolume | ( | self, | ||
| _initLambdaVolume | ||||
| ) |
Definition at line 552 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::setInitialCellType | ( | self, | ||
| _initCellType | ||||
| ) |
Definition at line 555 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::createNewCell | ( | self, | ||
| pt | ||||
| ) |
Definition at line 558 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::nucleateBubble | ( | self | ) |
Definition at line 565 of file PySteppablesExamples.py.
| def PySteppablesExamples::BubbleNucleator::step | ( | self, | ||
| mcs | ||||
| ) |
Reimplemented from PySteppables::SteppablePy.
Definition at line 580 of file PySteppablesExamples.py.
Reimplemented from PySteppables::SimObjectPy.
Definition at line 527 of file PySteppablesExamples.py.
Definition at line 528 of file PySteppablesExamples.py.
Definition at line 529 of file PySteppablesExamples.py.
Definition at line 530 of file PySteppablesExamples.py.
Definition at line 531 of file PySteppablesExamples.py.
Definition at line 533 of file PySteppablesExamples.py.
Definition at line 534 of file PySteppablesExamples.py.
Definition at line 550 of file PySteppablesExamples.py.
Definition at line 553 of file PySteppablesExamples.py.
1.5.3