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

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.