1 #ifndef TISSUE_H_INCLUDED
2 #define TISSUE_H_INCLUDED
37 std::shared_ptr<SimPT_Sim::Mesh> m_mesh;
38 std::shared_ptr<AttributeStore> m_cell_attributes;
39 std::shared_ptr<AttributeStore> m_node_attributes;
40 std::shared_ptr<AttributeStore> m_wall_attributes;
44 return (m_mesh !=
nullptr) && (m_cell_attributes !=
nullptr)
45 && (m_node_attributes !=
nullptr) && (m_wall_attributes !=
nullptr);
51 #endif // end_of_include_guard
Tissue data with mesh, cell attributes, node attributes and wall attributes.
Namespace for the core simulator.