GOFIGURE2
0.9.0
|
#include <Code/IO/GoFigureTrackAttributes.h>
Public Member Functions | |
GoFigureTrackAttributes () | |
GoFigureTrackAttributes (const GoFigureTrackAttributes &iE) | |
GoFigureTrackAttributes & | operator= (GoFigureTrackAttributes &iE) |
Public Attributes | |
double | avg_speed |
double | avg_volume |
double | distance |
double | max_speed |
unsigned int | number_meshes |
double | phi |
unsigned int | temporal_extent |
double | theta |
double | total_length |
Definition at line 47 of file GoFigureTrackAttributes.h.
|
inline |
Constructors
Definition at line 69 of file GoFigureTrackAttributes.h.
|
inline |
Definition at line 74 of file GoFigureTrackAttributes.h.
|
inline |
Definition at line 81 of file GoFigureTrackAttributes.h.
double GoFigureTrackAttributes::avg_speed |
average speed
Definition at line 52 of file GoFigureTrackAttributes.h.
double GoFigureTrackAttributes::avg_volume |
average mesh volume over the track
Definition at line 62 of file GoFigureTrackAttributes.h.
double GoFigureTrackAttributes::distance |
euclidian distance between first and last points
Definition at line 56 of file GoFigureTrackAttributes.h.
double GoFigureTrackAttributes::max_speed |
maximum speed
Definition at line 54 of file GoFigureTrackAttributes.h.
unsigned int GoFigureTrackAttributes::number_meshes |
Definition at line 64 of file GoFigureTrackAttributes.h.
double GoFigureTrackAttributes::phi |
phi in spherical coordinate system
Definition at line 60 of file GoFigureTrackAttributes.h.
unsigned int GoFigureTrackAttributes::temporal_extent |
Definition at line 66 of file GoFigureTrackAttributes.h.
double GoFigureTrackAttributes::theta |
theta in spherical coordinate system
Definition at line 58 of file GoFigureTrackAttributes.h.
double GoFigureTrackAttributes::total_length |
total distance (add each segment size) = deplacement
Definition at line 50 of file GoFigureTrackAttributes.h.