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
8{
9public:
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
26class CDM_DECL SEScalarVolumePerTimePressure : public SEScalarQuantity<VolumePerTimePressureUnit>
27{
28public:
31};
Definition: CompoundUnit.h:40
CCompoundUnit & operator=(const CCompoundUnit &rhs)
Definition: CompoundUnit.h:132
Definition: SEScalar.h:209
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.