68 double mutation_state = pCell->GetMutationState()->GetColour();
74 if (label_collection.
GetSize() == 1)
76 boost::shared_ptr<CellLabel> p_label = boost::static_pointer_cast<CellLabel>(label_collection.
GetProperty());
77 mutation_state = p_label->GetColour();
80 *this->mpOutStream << mutation_state <<
" ";