adamantine
Public Attributes | List of all members
adamantine::ScanPathSegment Struct Reference

#include <ScanPath.hh>

Public Attributes

double end_time
 
double power_modifier
 
dealii::Point< 3 > end_point
 

Detailed Description

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.

Member Data Documentation

◆ end_point

dealii::Point<3> adamantine::ScanPathSegment::end_point

Definition at line 44 of file ScanPath.hh.

◆ end_time

double adamantine::ScanPathSegment::end_time
Initial value:
=
std::numeric_limits<double>::signaling_NaN()

Definition at line 40 of file ScanPath.hh.

◆ power_modifier

double adamantine::ScanPathSegment::power_modifier
Initial value:
=
std::numeric_limits<double>::signaling_NaN()

Definition at line 42 of file ScanPath.hh.