![]() |
VPTissue Reference Manual
|
Core data with mesh, parameters, random engine and time data. More...
#include <CoreData.h>

Public Types | |
| using | TransferMapType = std::unordered_map< unsigned int, std::tuple< double, double > > |
Public Member Functions | |
| bool | Check () const |
| Verify all pointers non-null. | |
Public Attributes | |
| std::shared_ptr< TransferMapType > | m_coupled_sim_transfer_data |
| std::shared_ptr< Mesh > | m_mesh |
| std::shared_ptr< boost::property_tree::ptree > | m_parameters |
| std::shared_ptr< RandomEngine > | m_random_engine |
| std::shared_ptr< TimeData > | m_time_data |
| Tissue | m_tissue |
| For future use. | |
Core data with mesh, parameters, random engine and time data.
Definition at line 38 of file CoreData.h.