VPTissue Reference Manual
SimPT_Blad::CellToCellTransport Namespace Reference

Namespace for cell splitting components of the Blad model group. More...

Classes

class  Blad
 Cell to cell reaction and transport for Blad model. More...
 

Variables

const ComponentTraits< CellToCellTransportTag >::MapType g_component_factories
 Stores cell chemistry component factories. More...
 

Detailed Description

Namespace for cell splitting components of the Blad model group.

Variable Documentation

const ComponentTraits< CellToCellTransportTag >::MapType SimPT_Blad::CellToCellTransport::g_component_factories
Initial value:
{{
std::make_pair("Blad", boost::value_factory<Blad>())
}}

Stores cell chemistry component factories.

Definition at line 34 of file Blad/components/cell2cell_transport/factories.cpp.

Referenced by SimPT_Blad::ComponentFactory::CreateCellToCellTransport(), and SimPT_Blad::ComponentFactory::ListCellToCellTransport().