#include <Path.h>

Public Member Functions

 PathPoint (sv_frame_t _frame)
 
 PathPoint (sv_frame_t _frame, sv_frame_t _mapframe)
 
void toXml (QTextStream &stream, QString indent="", QString extraAttributes="") const
 
QString toDelimitedDataString (QString delimiter, DataExportOptions, sv_samplerate_t sampleRate) const
 
bool operator< (const PathPoint &p2) const
 

Public Attributes

sv_frame_t frame
 
sv_frame_t mapframe
 

Detailed Description

Definition at line 25 of file Path.h.

Constructor & Destructor Documentation

PathPoint::PathPoint ( sv_frame_t  _frame)
inline

Definition at line 27 of file Path.h.

PathPoint::PathPoint ( sv_frame_t  _frame,
sv_frame_t  _mapframe 
)
inline

Definition at line 29 of file Path.h.

Member Function Documentation

void PathPoint::toXml ( QTextStream &  stream,
QString  indent = "",
QString  extraAttributes = "" 
) const
inline

Definition at line 40 of file Path.h.

QString PathPoint::toDelimitedDataString ( QString  delimiter,
DataExportOptions  ,
sv_samplerate_t  sampleRate 
) const
inline

Definition at line 46 of file Path.h.

References RealTime::frame2RealTime(), and RealTime::toString().

bool PathPoint::operator< ( const PathPoint p2) const
inline

Definition at line 54 of file Path.h.

References frame, and mapframe.

Member Data Documentation

sv_frame_t PathPoint::frame

Definition at line 37 of file Path.h.

Referenced by operator<().

sv_frame_t PathPoint::mapframe

Definition at line 38 of file Path.h.

Referenced by operator<().


The documentation for this struct was generated from the following file: