SEArrayVolume.h
1#pragma once
2#include "SEProperty.h"
3
4class DLL_DECL SEArrayVolume : public SEArray
5{
6protected:
7 std::string m_unit;
8 std::vector<double> m_dData;
9
10public:
12
13 std::shared_ptr<CDM::ArrayData> Unload();
14
15 virtual bool IsValidUnit(CCompoundUnit& unit);
16};
Definition: CompoundUnit.h:40
Definition: SEArray.h:8
Definition: SEArrayVolume.h:5
std::vector< double > m_dData
Definition: SEArrayVolume.h:8
std::string m_unit
Definition: SEArrayVolume.h:7

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.