AbstractVesselNetworkComponent() | AbstractVesselNetworkComponent< DIM > | |
AddSegment(boost::shared_ptr< VesselSegment< DIM > > pVesselSegment) | VesselNode< DIM > | private |
boost::serialization::access class | VesselNode< DIM > | friend |
Create(double v1=0.0, double v2=0.0, double v3=0.0) | VesselNode< DIM > | static |
Create(double v1, double v2, double v3, units::quantity< unit::length > referenceLength) | VesselNode< DIM > | static |
Create(const DimensionalChastePoint< DIM > &location) | VesselNode< DIM > | static |
Create(const VesselNode< DIM > &rExistingNode) | VesselNode< DIM > | static |
Create(boost::shared_ptr< VesselNode< DIM > > pExistingNode) | VesselNode< DIM > | static |
GetComparisonId() | VesselNode< DIM > | |
GetDistance(const DimensionalChastePoint< DIM > &rLocation) const | VesselNode< DIM > | |
GetFlowProperties() const | VesselNode< DIM > | |
GetId() const | AbstractVesselNetworkComponent< DIM > | virtual |
GetNumberOfSegments() const | VesselNode< DIM > | |
GetOutputData() | VesselNode< DIM > | virtual |
GetOutputDataKeys() | AbstractVesselNetworkComponent< DIM > | virtual |
GetOutputDataValue(const std::string &rKey) | AbstractVesselNetworkComponent< DIM > | virtual |
GetRadius() const | AbstractVesselNetworkComponent< DIM > | virtual |
GetReferenceLengthScale() const | VesselNode< DIM > | |
GetSegment(unsigned index) const | VesselNode< DIM > | |
GetSegments() const | VesselNode< DIM > | |
IsAttachedTo(const boost::shared_ptr< VesselSegment< DIM > > pSegment) const | VesselNode< DIM > | |
IsCoincident(const DimensionalChastePoint< DIM > &rLocation) const | VesselNode< DIM > | |
IsMigrating() const | VesselNode< DIM > | |
mId | AbstractVesselNetworkComponent< DIM > | protected |
mIsMigrating | VesselNode< DIM > | private |
mLocation | VesselNode< DIM > | private |
mOutputData | AbstractVesselNetworkComponent< DIM > | protected |
mpFlowProperties | VesselNode< DIM > | private |
mPtrComparisonId | VesselNode< DIM > | private |
mRadius | AbstractVesselNetworkComponent< DIM > | protected |
mSegments | VesselNode< DIM > | private |
RemoveSegment(boost::shared_ptr< VesselSegment< DIM > > pVesselSegment) | VesselNode< DIM > | private |
rGetLocation() const | VesselNode< DIM > | |
serialize(Archive &ar, const unsigned int version) | VesselNode< DIM > | inlineprivate |
SetComparisonId(unsigned id) | VesselNode< DIM > | |
SetFlowProperties(const NodeFlowProperties< DIM > &rFlowProperties) | VesselNode< DIM > | |
SetId(unsigned id) | AbstractVesselNetworkComponent< DIM > | virtual |
SetIsMigrating(bool isMigrating) | VesselNode< DIM > | |
SetLocation(const DimensionalChastePoint< DIM > &rLocation) | VesselNode< DIM > | |
SetLocation(double x, double y, double z=0.0, units::quantity< unit::length > referenceLength=1.e-6 *unit::metres) | VesselNode< DIM > | |
SetOutputData(const std::string &rKey, double value) | AbstractVesselNetworkComponent< DIM > | virtual |
SetRadius(units::quantity< unit::length > radius) | AbstractVesselNetworkComponent< DIM > | virtual |
SetReferenceLengthScale(units::quantity< unit::length > lenthScale) | VesselNode< DIM > | |
VesselNode(double v1, double v2, double v3, units::quantity< unit::length > referenceLength) | VesselNode< DIM > | |
VesselNode(double v1=0.0, double v2=0.0, double v3=0.0) | VesselNode< DIM > | |
VesselNode(const DimensionalChastePoint< DIM > &location) | VesselNode< DIM > | |
VesselNode(const VesselNode< DIM > &rExistingNode) | VesselNode< DIM > | |
VesselSegment< DIM > class | VesselNode< DIM > | friend |
~AbstractVesselNetworkComponent() | AbstractVesselNetworkComponent< DIM > | virtual |
~VesselNode() | VesselNode< DIM > | |