SEArrayPressure.h
1 #pragma once
2 #include "SEProperty.h"
3 
4 class DLL_DECL SEArrayPressure : public SEArray
5 {
6 public:
8 
9  std::shared_ptr<CDM::ArrayData> SEArrayPressure::Unload();
10 
11  virtual bool IsValidUnit(CCompoundUnit& unit);
12 };
Definition: CompoundUnit.h:40
Definition: SEArray.h:8
Definition: SEArrayPressure.h:5
std::shared_ptr< CDM::ArrayData > Unload()
Definition: SEArrayPressure.cpp:9

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.