SEScalarVolumePerPressure.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 VolumePerPressureUnit : public CCompoundUnit
8 {
9 public:
10  VolumePerPressureUnit(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 VolumePerPressureUnit& GetCompoundUnit(const std::string& unit);
19 
25 };
26 
27 class CDM_DECL SEScalarVolumePerPressure : public SEScalarQuantity<VolumePerPressureUnit>
28 {
29 public:
32 };
Definition: CompoundUnit.h:40
CCompoundUnit & operator=(const CCompoundUnit &rhs)
Definition: CompoundUnit.h:132
Definition: SEScalar.h:208
Definition: SEScalarVolumePerPressure.h:28
SEScalarVolumePerPressure()
Definition: SEScalarVolumePerPressure.h:30
virtual ~SEScalarVolumePerPressure()
Definition: SEScalarVolumePerPressure.h:31
Definition: SEScalarVolumePerPressure.h:8
VolumePerPressureUnit(const VolumePerPressureUnit &)=delete
static const VolumePerPressureUnit L_Per_Pa
Definition: SEScalarVolumePerPressure.h:20
static const VolumePerPressureUnit m3_Per_Pa
Definition: SEScalarVolumePerPressure.h:23
static const VolumePerPressureUnit mL_Per_cmH2O
Definition: SEScalarVolumePerPressure.h:22
static const VolumePerPressureUnit mL_Per_mmHg
Definition: SEScalarVolumePerPressure.h:24
static const VolumePerPressureUnit L_Per_cmH2O
Definition: SEScalarVolumePerPressure.h:21
VolumePerPressureUnit(const std::string &u)
Definition: SEScalarVolumePerPressure.h:10
virtual ~VolumePerPressureUnit()
Definition: SEScalarVolumePerPressure.h:11

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.