Chaste
Build::
|
#include <AbstractVesselNetworkComponentProperties.hpp>
Public Member Functions | |
AbstractVesselNetworkComponentProperties () | |
virtual | ~AbstractVesselNetworkComponentProperties () |
virtual std::map< std::string, double > | GetOutputData () const =0 |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
This class contains common functionality for property containers for all vessel network components. It provides a common interface that can be used in VTK writers.
Definition at line 51 of file AbstractVesselNetworkComponentProperties.hpp.
AbstractVesselNetworkComponentProperties< DIM >::AbstractVesselNetworkComponentProperties | ( | ) |
Constructor
Definition at line 39 of file AbstractVesselNetworkComponentProperties.cpp.
Referenced by AbstractVesselNetworkComponentProperties< DIM >::serialize().
|
virtual |
Destructor
Definition at line 45 of file AbstractVesselNetworkComponentProperties.cpp.
Referenced by AbstractVesselNetworkComponentProperties< DIM >::serialize().
|
pure virtual |
Return a map of output data for writing to file
Implemented in SegmentFlowProperties< DIM >, VesselFlowProperties< DIM >, and NodeFlowProperties< DIM >.
Referenced by AbstractVesselNetworkComponentProperties< DIM >::serialize().
|
inlineprivate |
Do the serialize
ar | the archive |
version | the archive version number |
Definition at line 64 of file AbstractVesselNetworkComponentProperties.hpp.
References AbstractVesselNetworkComponentProperties< DIM >::AbstractVesselNetworkComponentProperties(), AbstractVesselNetworkComponentProperties< DIM >::GetOutputData(), and AbstractVesselNetworkComponentProperties< DIM >::~AbstractVesselNetworkComponentProperties().
|
friend |
Archiving
Definition at line 56 of file AbstractVesselNetworkComponentProperties.hpp.