SELiquidCompartmentLink.h
1/* Distributed under the Apache License, Version 2.0.
2 See accompanying NOTICE file for details.*/
3
4#pragma once
5#include "cdm/compartment/fluid/SEFluidCompartmentLink.h"
6#include "cdm/compartment/fluid/SELiquidCompartment.h"
9
10class CDM_DECL SELiquidCompartmentLink : public SEFluidCompartmentLink<SELiquidTransportEdge, SELiquidTransportVertex, SELiquidCompartment>
11{
12 friend class PBCompartment;//friend the serialization class
14protected:
15 SELiquidCompartmentLink(SELiquidCompartment& src, SELiquidCompartment & tgt, const std::string& name) : SEFluidCompartmentLink(src, tgt, name) {}
16public:
18
19protected:
20
21};
Definition: PBCompartment.h:28
Definition: SECompartmentManager.h:25
Definition: SELiquidBlackBox.h:11
Definition: SELiquidCompartment.h:12

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.