Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
SESegmentConstant Class Reference
#include <SESegmentConstant.h>
Inheritance diagram for SESegmentConstant:
Public Member Functions | |
| virtual | ~SESegmentConstant () |
| virtual void | Clear () override |
| virtual bool | IsValid () const override |
| virtual bool | HasCompliance () const |
| virtual SEScalarVolumePerPressure & | GetCompliance () |
| virtual double | GetCompliance (const VolumePerPressureUnit &unit) const |
| virtual std::string | ToString () const override |
| virtual void | ToString (std::ostream &str) const override |
Public Member Functions inherited from SESegment | |
| virtual | ~SESegment () |
| virtual bool | HasBeginVolume () const |
| virtual SEScalarVolume & | GetBeginVolume () |
| virtual double | GetBeginVolume (const VolumeUnit &unit) const |
| virtual bool | HasEndVolume () const |
| virtual SEScalarVolume & | GetEndVolume () |
| virtual double | GetEndVolume (const VolumeUnit &unit) const |
Protected Member Functions | |
| SESegmentConstant () | |
| virtual void | Abstract () override |
Protected Member Functions inherited from SESegment | |
| SESegment () | |
Protected Attributes | |
| SEScalarVolumePerPressure * | m_Compliance |
Protected Attributes inherited from SESegment | |
| SEScalarVolume * | m_BeginVolume |
| SEScalarVolume * | m_EndVolume |
Friends | |
| class | PBProperty |
| class | SECurve |
Constructor & Destructor Documentation
◆ SESegmentConstant()
|
protected |
◆ ~SESegmentConstant()
|
virtual |
Member Function Documentation
◆ Abstract()
|
inlineoverrideprotectedvirtual |
Implements SESegment.
◆ Clear()
|
overridevirtual |
Reimplemented from SESegment.
◆ GetCompliance() [1/2]
|
virtual |
◆ GetCompliance() [2/2]
|
virtual |
◆ HasCompliance()
|
virtual |
◆ IsValid()
|
overridevirtual |
Reimplemented from SESegment.
◆ ToString() [1/2]
|
overridevirtual |
Reimplemented from SESegment.
◆ ToString() [2/2]
|
overridevirtual |
Reimplemented from SESegment.
Friends And Related Function Documentation
◆ PBProperty
|
friend |
◆ SECurve
|
friend |
Member Data Documentation
◆ m_Compliance
|
protected |

Public Member Functions inherited from