LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::solver::tutorial_02_BioSolverCellJunction Class Reference

The BioSolverCellJunction class. It renews the cell-cell junctions. More...

#include <tutorial_02_BioSolverCellJunction.hpp>

Inheritance diagram for LbmLib::solver::tutorial_02_BioSolverCellJunction:
LbmLib::solver::BioBaseSolver< tutorial_02_BioSolverCellJunction > LbmLib::solver::BioAbstractSolver

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_02_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_02_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_02_BioSolverCellJunction >
static BioAbstractSolvercreate ()
 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_02_BioSolverCellJunction >
static bool reg
 reg True if registration was successful.
 

Detailed Description

The BioSolverCellJunction class. It renews the cell-cell junctions.

Definition at line 34 of file tutorial_02_BioSolverCellJunction.hpp.

Member Function Documentation

void LbmLib::solver::tutorial_02_BioSolverCellJunction::applyBioProcess ( geometry::GeometryHandler geometryhandler,
solver::ForceSolver forcesolver 
)
virtual

Applies biological processes.

Parameters
geometryhandlerThe GeometryHandler.
forcesolverThe ForceSolver.

Implements LbmLib::solver::BioAbstractSolver.

Definition at line 47 of file tutorial_02_BioSolverCellJunction.cpp.


The documentation for this class was generated from the following files: