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

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.