biogears::SEElectroCardioGramInterpolator Class Reference
#include <SEElectroCardioGramInterpolator.h>
Inheritance diagram for biogears::SEElectroCardioGramInterpolator:

Protected Member Functions | |
| virtual void | Unload (CDM::ElectroCardioGramWaveformInterpolatorData &data) const |
| virtual void | Interpolate (SEElectroCardioGramInterpolatorWaveform &waveform, const SEScalarTime &timeStep) |
Protected Member Functions inherited from biogears::Loggable | |
| virtual void | Debug (const char *msg, const char *origin="") const |
| virtual void | Debug (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Debug (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Info (const char *msg, const char *origin="") const |
| virtual void | Info (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Info (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Warning (const char *msg, const char *origin="") const |
| virtual void | Warning (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Warning (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Error (const char *msg, const char *origin="") const |
| virtual void | Error (const std::string msg, const std::string origin=empty) const |
| virtual void | Error (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Fatal (const char *msg, const char *origin="") const |
| virtual void | Fatal (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Fatal (std::ostream &msg, const std::string &origin=empty) const |
Protected Attributes | |
| std::map< CDM::ElectroCardioGramWaveformLeadNumber, SEScalarElectricPotential * > | m_Leads |
| std::map< CDM::ElectroCardioGramWaveformLeadNumber, std::map< CDM::enumHeartRhythm, SEElectroCardioGramInterpolatorWaveform * > > | m_Waveforms |
Protected Attributes inherited from biogears::Loggable | |
| Logger * | m_Logger |
Additional Inherited Members | |
Static Public Attributes inherited from biogears::Loggable | |
| static const std::string | empty |
| static const char * | empty_cStr |
Constructor & Destructor Documentation
| biogears::SEElectroCardioGramInterpolator::SEElectroCardioGramInterpolator | ( | Logger * | logger | ) |
|
virtual |
Member Function Documentation
|
virtual |
Prepares the ECG output data.
CalculateWaveform takes data from all active iterators and sums them together. It also assigns the unit of millivolts to the output. If there are no active iterators, the output defaults to 0.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Member Data Documentation
|
protected |
|
protected |


Public Member Functions inherited from