svcore  1.9
PathPoint Struct Reference

#include <PathModel.h>

Classes

struct  Comparator
 
struct  OrderComparator
 

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, int sampleRate) const
 

Public Attributes

long frame
 
long mapframe
 

Detailed Description

Definition at line 26 of file PathModel.h.

Constructor & Destructor Documentation

◆ PathPoint() [1/2]

PathPoint::PathPoint ( long  _frame)
inline

Definition at line 28 of file PathModel.h.

◆ PathPoint() [2/2]

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

Definition at line 29 of file PathModel.h.

Member Function Documentation

◆ getDimensions()

int PathPoint::getDimensions ( ) const
inline

Definition at line 32 of file PathModel.h.

◆ getLabel()

QString PathPoint::getLabel ( ) const
inline

Definition at line 37 of file PathModel.h.

◆ toXml()

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

Definition at line 39 of file PathModel.h.

References frame, and mapframe.

◆ toDelimitedDataString()

QString PathPoint::toDelimitedDataString ( QString  delimiter,
int  sampleRate 
) const
inline

Definition at line 45 of file PathModel.h.

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

Member Data Documentation

◆ frame

long PathPoint::frame

◆ mapframe

long PathPoint::mapframe

Definition at line 35 of file PathModel.h.

Referenced by PathPoint::Comparator::operator()(), toDelimitedDataString(), and toXml().


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