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"
7 class SELiquidBlackBox;
9 
10 class CDM_DECL SELiquidCompartmentLink : public SEFluidCompartmentLink<SELiquidTransportEdge, SELiquidTransportVertex, SELiquidCompartment>
11 {
12  friend class PBCompartment;//friend the serialization class
13  friend class SECompartmentManager;
14 protected:
15  SELiquidCompartmentLink(SELiquidCompartment& src, SELiquidCompartment & tgt, const std::string& name) : SEFluidCompartmentLink(src, tgt, name) {}
16 public:
18 
19 protected:
20 
21 };
Definition: PBCompartment.h:28
Definition: SECompartmentManager.h:25
Definition: SELiquidBlackBox.h:11
Definition: SELiquidCompartment.h:11

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.