#include <SEValidationTarget.h>
Inherits Loggable.
Inherited by SESegmentValidationTarget, and SETimeSeriesValidationTarget.
◆ SEValidationTarget()
SEValidationTarget::SEValidationTarget |
( |
| ) |
|
|
inlineprotected |
◆ ~SEValidationTarget()
virtual SEValidationTarget::~SEValidationTarget |
( |
| ) |
|
|
virtualdefault |
◆ Clear()
void SEValidationTarget::Clear |
( |
| ) |
|
|
virtual |
◆ GetHeader()
std::string SEValidationTarget::GetHeader |
( |
| ) |
const |
|
inline |
◆ GetNotes()
std::string SEValidationTarget::GetNotes |
( |
| ) |
const |
|
inline |
◆ GetReference()
std::string SEValidationTarget::GetReference |
( |
| ) |
const |
|
inline |
◆ GetTarget()
double SEValidationTarget::GetTarget |
( |
| ) |
const |
|
inline |
◆ GetTargetMaximum()
double SEValidationTarget::GetTargetMaximum |
( |
| ) |
const |
|
inline |
◆ GetTargetMinimum()
double SEValidationTarget::GetTargetMinimum |
( |
| ) |
const |
|
inline |
◆ IsValid()
bool SEValidationTarget::IsValid |
( |
| ) |
|
|
virtual |
◆ SetHeader()
void SEValidationTarget::SetHeader |
( |
const std::string & |
h | ) |
|
|
inline |
◆ SetNotes()
void SEValidationTarget::SetNotes |
( |
const std::string & |
n | ) |
|
|
inline |
◆ SetReference()
void SEValidationTarget::SetReference |
( |
const std::string & |
c | ) |
|
|
inline |
◆ PBValidation
◆ m_Header
std::string SEValidationTarget::m_Header |
|
protected |
◆ m_Notes
std::string SEValidationTarget::m_Notes |
|
protected |
◆ m_Reference
std::string SEValidationTarget::m_Reference |
|
protected |
◆ m_Target
double SEValidationTarget::m_Target |
|
protected |
◆ m_TargetMaximum
double SEValidationTarget::m_TargetMaximum |
|
protected |
◆ m_TargetMinimum
double SEValidationTarget::m_TargetMinimum |
|
protected |