Chaste  Build::
AbstractVesselNetworkCalculator< DIM > Class Template Referenceabstract

#include <AbstractVesselNetworkCalculator.hpp>

+ Inheritance diagram for AbstractVesselNetworkCalculator< DIM >:
+ Collaboration diagram for AbstractVesselNetworkCalculator< DIM >:

Public Member Functions

 AbstractVesselNetworkCalculator ()
 
virtual ~AbstractVesselNetworkCalculator ()
 
void SetVesselNetwork (boost::shared_ptr< VesselNetwork< DIM > > pNetwork)
 
virtual void Calculate ()=0
 

Protected Attributes

boost::shared_ptr< VesselNetwork< DIM > > mpNetwork
 

Detailed Description

template<unsigned DIM>
class AbstractVesselNetworkCalculator< DIM >

Calculators inheriting from this one can be passed to a StructuralAdaptationSolver and used to update the value of vessel network quantities.

Definition at line 47 of file AbstractVesselNetworkCalculator.hpp.

Constructor & Destructor Documentation

Constructor.

Definition at line 39 of file AbstractVesselNetworkCalculator.cpp.

template<unsigned DIM>
AbstractVesselNetworkCalculator< DIM >::~AbstractVesselNetworkCalculator ( )
virtual

Destructor.

Definition at line 52 of file AbstractVesselNetworkCalculator.cpp.

Member Function Documentation

template<unsigned DIM>
void AbstractVesselNetworkCalculator< DIM >::SetVesselNetwork ( boost::shared_ptr< VesselNetwork< DIM > >  pNetwork)

Set the vessel network.

Parameters
pNetworkthe vessel network

Definition at line 46 of file AbstractVesselNetworkCalculator.cpp.

References AbstractVesselNetworkCalculator< DIM >::mpNetwork.

Member Data Documentation


The documentation for this class was generated from the following files: