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