LBIBCell
|
The BioSolverCellJunction class. It renews the cell-cell junctions. More...
#include <tutorial_01_BioSolverCellJunction.hpp>
Public Member Functions | |
virtual void | applyBioProcess (geometry::GeometryHandler &geometryhandler, solver::ForceSolver &forcesolver) |
Applies biological processes. More... | |
Public Member Functions inherited from LbmLib::solver::BioBaseSolver< tutorial_01_BioSolverCellJunction > | |
std::string | getName () |
getName More... | |
Public Member Functions inherited from LbmLib::solver::BioAbstractSolver | |
virtual | ~BioAbstractSolver () |
The virtual Destructor. | |
Friends | |
class | BioBaseSolver |
BioBaseSolver has to be a friend class. | |
Additional Inherited Members | |
Protected Member Functions inherited from LbmLib::solver::BioBaseSolver< tutorial_01_BioSolverCellJunction > | |
BioBaseSolver () | |
The Constructor which enforces specialization. | |
virtual | ~BioBaseSolver () |
Virtual destructor. | |
Protected Member Functions inherited from LbmLib::solver::BioAbstractSolver | |
BioAbstractSolver () | |
Protected Constructor. Only use create() method for instantiation. | |
Static Protected Member Functions inherited from LbmLib::solver::BioBaseSolver< tutorial_01_BioSolverCellJunction > | |
static BioAbstractSolver * | create () |
Static constructor. A pointer to this function along with the name of the algorithm is registered in the Solver Factory. More... | |
static bool | init () |
init Registers the class in the Solver Factory More... | |
Static Protected Attributes inherited from LbmLib::solver::BioBaseSolver< tutorial_01_BioSolverCellJunction > | |
static bool | reg |
reg True if registration was successful. | |
The BioSolverCellJunction class. It renews the cell-cell junctions.
Definition at line 34 of file tutorial_01_BioSolverCellJunction.hpp.
|
virtual |
Applies biological processes.
geometryhandler | The GeometryHandler. |
forcesolver | The ForceSolver. |
Implements LbmLib::solver::BioAbstractSolver.
Definition at line 47 of file tutorial_01_BioSolverCellJunction.cpp.