#include <AlignmentModel.h>
Definition at line 71 of file AlignmentModel.h.
Public Member Functions | |
| PathPoint (long _frame) | |
| PathPoint (long _frame, long _mapframe) | |
| int | getDimensions () const |
| QString | getLabel () const |
| void | toXml (QTextStream &stream, QString indent="", QString extraAttributes="") const |
| QString | toDelimitedDataString (QString delimiter, size_t sampleRate) const |
Public Attributes | |
| long | frame |
| long | mapframe |
Classes | |
| struct | Comparator |
| struct | OrderComparator |
| AlignmentModel::PathPoint::PathPoint | ( | long | _frame | ) | [inline] |
Definition at line 73 of file AlignmentModel.h.
| AlignmentModel::PathPoint::PathPoint | ( | long | _frame, | |
| long | _mapframe | |||
| ) | [inline] |
Definition at line 74 of file AlignmentModel.h.
| int AlignmentModel::PathPoint::getDimensions | ( | ) | const [inline] |
Definition at line 77 of file AlignmentModel.h.
| QString AlignmentModel::PathPoint::getLabel | ( | ) | const [inline] |
Definition at line 82 of file AlignmentModel.h.
| void AlignmentModel::PathPoint::toXml | ( | QTextStream & | stream, | |
| QString | indent = "", |
|||
| QString | extraAttributes = "" | |||
| ) | const [inline] |
| QString AlignmentModel::PathPoint::toDelimitedDataString | ( | QString | delimiter, | |
| size_t | sampleRate | |||
| ) | const [inline] |
Definition at line 90 of file AlignmentModel.h.
References frame, RealTime::frame2RealTime(), mapframe, and RealTime::toString().
Definition at line 79 of file AlignmentModel.h.
Referenced by AlignmentModel::PathPoint::OrderComparator::operator()(), AlignmentModel::PathPoint::Comparator::operator()(), toDelimitedDataString(), and toXml().
Definition at line 80 of file AlignmentModel.h.
Referenced by AlignmentModel::PathPoint::Comparator::operator()(), toDelimitedDataString(), and toXml().
1.5.1