|
adamantine
|
#include <ScanPath.hh>
Public Attributes | |
| double | end_time |
| double | power_modifier |
| dealii::Point< 3 > | end_point |
This structure stores the relevant information for a single segment. The scan path input file distingishes between spots and lines, but when we know the end time and end location, spots become lines with a start point equal to its end point. Everything one needs can be determined from these three quantities (and the segment info from the preceding segment) but in the future it might be worth adding in some redundant information like start time/point and velocity.
Definition at line 38 of file ScanPath.hh.
| dealii::Point<3> adamantine::ScanPathSegment::end_point |
Definition at line 44 of file ScanPath.hh.
| double adamantine::ScanPathSegment::end_time |
Definition at line 40 of file ScanPath.hh.
| double adamantine::ScanPathSegment::power_modifier |
Definition at line 42 of file ScanPath.hh.