#include <SEArrayVolume.h>

Inherits SEArray.

Public Member Functions

 SEArrayVolume ()
 
std::shared_ptr< CDM::ArrayData > Unload ()
 
virtual bool IsValidUnit (CCompoundUnit &unit)
 
- Public Member Functions inherited from SEArray
 SEArray ()
 
 ~SEArray ()
 
virtual void Clear ()
 
void Copy (const SEArray &src)
 
virtual bool IsValid () const
 
virtual void Invalidate ()
 
std::vector< double > & GetData ()
 
- Public Member Functions inherited from SEProperty
 SEProperty ()
 
virtual ~SEProperty ()
 
virtual void Invalidate ()=0
 
virtual bool IsValid () const =0
 

Protected Attributes

std::string m_unit
 
std::vector< double > m_dData
 
- Protected Attributes inherited from SEArray
std::vector< double > m_Data
 

Constructor & Destructor Documentation

◆ SEArrayVolume()

SEArrayVolume::SEArrayVolume ( )

Member Function Documentation

◆ IsValidUnit()

bool SEArrayVolume::IsValidUnit ( CCompoundUnit unit)
virtual

◆ Unload()

std::shared_ptr< CDM::ArrayData > SEArrayVolume::Unload ( )

Member Data Documentation

◆ m_dData

std::vector<double> SEArrayVolume::m_dData
protected

◆ m_unit

std::string SEArrayVolume::m_unit
protected

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.