SEScalarPressureTimePerVolumeArea.h
1 /**************************************************************************************
2 Copyright 2015 Applied Research Associates, Inc.
3 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4 this file except in compliance with the License. You may obtain a copy of the License
5 at:
6 http://www.apache.org/licenses/LICENSE-2.0
7 Unless required by applicable law or agreed to in writing, software distributed under
8 the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9 CONDITIONS OF ANY KIND, either express or implied. See the License for the
10 specific language governing permissions and limitations under the License.
11 **************************************************************************************/
12 
13 #pragma once
14 #include <biogears/cdm/CommonDataModel.h>
15 #include <biogears/cdm/properties/SEScalarQuantity.h>
16 #include <biogears/schema/cdm/Properties.hxx>
17 
18 namespace biogears {
19 class BIOGEARS_API PressureTimePerVolumeAreaUnit : public CCompoundUnit {
20 public:
21  PressureTimePerVolumeAreaUnit(const char* u);
22  PressureTimePerVolumeAreaUnit(const std::string& u);
23 
24  virtual ~PressureTimePerVolumeAreaUnit() = default;
25 
26  static bool IsValidUnit(const char* unit);
27  static bool IsValidUnit(const std::string& unit);
28  static const PressureTimePerVolumeAreaUnit& GetCompoundUnit(const char* unit);
29  static const PressureTimePerVolumeAreaUnit& GetCompoundUnit(const std::string& unit);
30 
34 };
35 
36 class BIOGEARS_API SEScalarPressureTimePerVolumeArea : public SEScalarQuantity<PressureTimePerVolumeAreaUnit> {
37 public:
39  virtual ~SEScalarPressureTimePerVolumeArea() = default;
40 
41  CDM::ScalarPressureTimePerVolumeAreaData* Unload() const override;
42 };
43 }
static const PressureTimePerVolumeAreaUnit dyn_s_Per_cm5_m2
Definition: SEScalarPressureTimePerVolumeArea.h:33
Definition: SEScalarQuantity.h:24
Definition: SEScalarPressureTimePerVolumeArea.h:19
Definition: CompoundUnit.h:59
static const PressureTimePerVolumeAreaUnit mmHg_min_Per_mL_m2
Definition: SEScalarPressureTimePerVolumeArea.h:31
Class corresponding to the ScalarPressureTimePerVolumeAreaData schema type.
Definition: Properties.hxx:7293
static const PressureTimePerVolumeAreaUnit mmHg_s_Per_mL_m2
Definition: SEScalarPressureTimePerVolumeArea.h:32
Definition: SEScalarPressureTimePerVolumeArea.h:36
Definition: SEElectricalCircuit.h:18