COPASI API
4.16.103
|
#include <CMiaseOutput.h>
Public Member Functions | |
CMiasePlot2D () | |
std::string | getId () |
std::string | getName () |
std::string | getVData () |
std::string | getXData () |
void | setId (std::string id) |
void | setName (std::string name) |
void | setVData (std::string vData) |
void | setXData (std::string xData) |
~CMiasePlot2D () | |
![]() | |
void | addAnnotation (CMiaseAnnotation *ann) |
void | addNotes (CMiaseNotes *notes) |
CMiaseBase () | |
CMiaseAnnotation * | getAnnotation () |
std::string | getMetaId () |
CMiaseNotes * | getNotes () |
void | setAnyNote (std::string anyAnnotation) |
void | setMetaId (std::string metaId) |
void | setXmlNs (std::string xmlNs) |
~CMiaseBase () | |
Private Attributes | |
std::string | mId |
std::string | mName |
std::string | mVData |
std::string | mXData |
Definition at line 41 of file CMiaseOutput.h.
CMiasePlot2D::CMiasePlot2D | ( | ) |
Definition at line 44 of file CMiaseOutput.cpp.
CMiasePlot2D::~CMiasePlot2D | ( | ) |
Definition at line 47 of file CMiaseOutput.cpp.
std::string CMiasePlot2D::getId | ( | ) |
Definition at line 50 of file CMiaseOutput.cpp.
References mId.
std::string CMiasePlot2D::getName | ( | ) |
Definition at line 55 of file CMiaseOutput.cpp.
References mName.
std::string CMiasePlot2D::getVData | ( | ) |
Definition at line 75 of file CMiaseOutput.cpp.
References mVData.
std::string CMiasePlot2D::getXData | ( | ) |
Definition at line 70 of file CMiaseOutput.cpp.
References mXData.
void CMiasePlot2D::setId | ( | std::string | id | ) |
Definition at line 60 of file CMiaseOutput.cpp.
References mId.
void CMiasePlot2D::setName | ( | std::string | name | ) |
Definition at line 65 of file CMiaseOutput.cpp.
References mName.
void CMiasePlot2D::setVData | ( | std::string | vData | ) |
Definition at line 85 of file CMiaseOutput.cpp.
References mVData.
void CMiasePlot2D::setXData | ( | std::string | xData | ) |
Definition at line 80 of file CMiaseOutput.cpp.
References mXData.
|
private |
Definition at line 62 of file CMiaseOutput.h.
|
private |
Definition at line 63 of file CMiaseOutput.h.
|
private |
Definition at line 65 of file CMiaseOutput.h.
Referenced by getVData(), and setVData().
|
private |
Definition at line 64 of file CMiaseOutput.h.
Referenced by getXData(), and setXData().