VPTissue Reference Manual
SimPT_Blad::CellColor Namespace Reference

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

Classes

class  Blad
 Implements chemical dependent cell color for Blad. More...
 

Variables

const ComponentTraits< CellColorTag >::MapType g_component_factories
 Stores cell color component factories. More...
 

Detailed Description

Namespace for cell coloring components of the Blad model group.

Variable Documentation

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

Stores cell color component factories.

Definition at line 33 of file Blad/components/cell_color/factories.cpp.

Referenced by SimPT_Blad::ComponentFactory::CreateCellColor(), and SimPT_Blad::ComponentFactory::ListCellColor().