#include <ModelThreadInfo.h>
Public Member Functions | |
int | index () const |
ModelThreadInfo (const InversionThread *t, int index) | |
bool | operator< (const ModelThreadInfo &o) const |
const InversionThread * | thread () const |
ModelThreadInfo::ModelThreadInfo | ( | const InversionThread * | t, |
int | index | ||
) | [inline] |
int ModelThreadInfo::index | ( | ) | const [inline] |
Referenced by ModelThreadInfo(), PSViewer::setLimits(), and NAModelsPlot::xml_writeBinaryData().
{return _index;}
bool ModelThreadInfo::operator< | ( | const ModelThreadInfo & | o | ) | const |
The sign is reversed to sort by decreasing misfit
References InversionThread::misfit().
const InversionThread* ModelThreadInfo::thread | ( | ) | const [inline] |
Referenced by PSViewer::setLimits(), and NAModelsPlot::xml_writeBinaryData().
{return _thread;}