VPTissue Reference Manual
SimPT_Sim::CoreData Struct Reference

Core data with mesh, parameters, random engine and time data. More...

#include <CoreData.h>

Collaboration diagram for SimPT_Sim::CoreData:
Collaboration graph

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< Meshm_mesh
 
std::shared_ptr< boost::property_tree::ptree > m_parameters
 
std::shared_ptr< RandomEnginem_random_engine
 
std::shared_ptr< TimeDatam_time_data
 
Tissue m_tissue
 For future use.
 

Detailed Description

Core data with mesh, parameters, random engine and time data.

Definition at line 38 of file CoreData.h.


The documentation for this struct was generated from the following file: