SEScalarPressurePerVolume.h
1 /* Distributed under the Apache License, Version 2.0.
2  See accompanying NOTICE file for details.*/
3 
4 #pragma once
5 #include "cdm/properties/SEScalar.h"
6 
7 class CDM_DECL PressurePerVolumeUnit : public CCompoundUnit
8 {
9 public:
10  PressurePerVolumeUnit(const std::string& u) : CCompoundUnit(u) {}
12 
13  // Please use static units below
16 
17  static bool IsValidUnit(const std::string& unit);
18  static const PressurePerVolumeUnit& GetCompoundUnit(const std::string& unit);
19 
23 };
24 
25 class CDM_DECL SEScalarPressurePerVolume : public SEScalarQuantity<PressurePerVolumeUnit>
26 {
27 public:
30 };
Definition: CompoundUnit.h:40
CCompoundUnit & operator=(const CCompoundUnit &rhs)
Definition: CompoundUnit.h:132
Definition: SEScalarPressurePerVolume.h:8
static const PressurePerVolumeUnit cmH2O_Per_L
Definition: SEScalarPressurePerVolume.h:22
static const PressurePerVolumeUnit cmH2O_Per_mL
Definition: SEScalarPressurePerVolume.h:21
PressurePerVolumeUnit(const std::string &u)
Definition: SEScalarPressurePerVolume.h:10
virtual ~PressurePerVolumeUnit()
Definition: SEScalarPressurePerVolume.h:11
static const PressurePerVolumeUnit mmHg_Per_mL
Definition: SEScalarPressurePerVolume.h:20
PressurePerVolumeUnit(const PressurePerVolumeUnit &)=delete
Definition: SEScalarPressurePerVolume.h:26
virtual ~SEScalarPressurePerVolume()
Definition: SEScalarPressurePerVolume.h:29
SEScalarPressurePerVolume()
Definition: SEScalarPressurePerVolume.h:28
Definition: SEScalar.h:208

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.