SELiquidCompartmentLink.h
10class CDM_DECL SELiquidCompartmentLink : public SEFluidCompartmentLink<SELiquidTransportEdge, SELiquidTransportVertex, SELiquidCompartment>
15 SELiquidCompartmentLink(SELiquidCompartment& src, SELiquidCompartment & tgt, const std::string& name) : SEFluidCompartmentLink(src, tgt, name) {}
Definition: PBCompartment.h:28
Definition: SECompartmentManager.h:25
Definition: SEFluidCompartmentLink.h:15
Definition: SELiquidBlackBox.h:11
Definition: SELiquidCompartment.h:11
Definition: SELiquidCompartmentLink.h:11
SELiquidCompartmentLink(SELiquidCompartment &src, SELiquidCompartment &tgt, const std::string &name)
Definition: SELiquidCompartmentLink.h:15
~SELiquidCompartmentLink()
Definition: SELiquidCompartmentLink.h:17