SEScalarPowerPerAreaTemperatureToTheFourth.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 {
9 public:
12 
13  // Please use static units below
16 
17  static bool IsValidUnit(const std::string& unit);
18  static const PowerPerAreaTemperatureToTheFourthUnit& GetCompoundUnit(const std::string& unit);
19 
21 };
22 
23 class CDM_DECL SEScalarPowerPerAreaTemperatureToTheFourth : public SEScalarQuantity<PowerPerAreaTemperatureToTheFourthUnit>
24 {
25 public:
28 };
Definition: CompoundUnit.h:40
CCompoundUnit & operator=(const CCompoundUnit &rhs)
Definition: CompoundUnit.h:132
Definition: SEScalarPowerPerAreaTemperatureToTheFourth.h:8
virtual ~PowerPerAreaTemperatureToTheFourthUnit()
Definition: SEScalarPowerPerAreaTemperatureToTheFourth.h:11
PowerPerAreaTemperatureToTheFourthUnit(const PowerPerAreaTemperatureToTheFourthUnit &)=delete
static const PowerPerAreaTemperatureToTheFourthUnit W_Per_m2_K4
Definition: SEScalarPowerPerAreaTemperatureToTheFourth.h:20
PowerPerAreaTemperatureToTheFourthUnit(const std::string &u)
Definition: SEScalarPowerPerAreaTemperatureToTheFourth.h:10
Definition: SEScalarPowerPerAreaTemperatureToTheFourth.h:24
SEScalarPowerPerAreaTemperatureToTheFourth()
Definition: SEScalarPowerPerAreaTemperatureToTheFourth.h:26
virtual ~SEScalarPowerPerAreaTemperatureToTheFourth()
Definition: SEScalarPowerPerAreaTemperatureToTheFourth.h:27
Definition: SEScalar.h:208

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.