|
enum class | Type : char {
I_None
, I_Point
, I_Line
, I_Curve
,
I_Plot
, I_Text
, I_Panels
} |
|
enum class | Style : char {
Continuous = 1
, Dashed
, LongDashed
, LongDashedShortGaps
,
DashedLongGasp
} |
|
Type | type |
|
Definition at line 9 of file Line.h.
◆ Line()
◆ clone()
Line * Line::clone |
( |
| ) |
const |
|
virtual |
◆ getEndCoordinates()
std::array< double, 3 > const & Line::getEndCoordinates |
( |
| ) |
const |
|
inline |
◆ getStartCoordinates()
std::array< double, 3 > const & Line::getStartCoordinates |
( |
| ) |
const |
|
inline |
◆ setEndCoordinates() [1/2]
void Line::setEndCoordinates |
( |
const std::array< double, 3 > & |
coordinates | ) |
|
|
inline |
◆ setEndCoordinates() [2/2]
void Line::setEndCoordinates |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ setStartCoordinates() [1/2]
void Line::setStartCoordinates |
( |
const std::array< double, 3 > & |
coordinates | ) |
|
|
inline |
◆ setStartCoordinates() [2/2]
void Line::setStartCoordinates |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
The documentation for this class was generated from the following files:
Since FY2019 the NASA Ames PAH IR Spectroscopic Database is being supported
through a directed Work Package at NASA Ames titled: "Laboratory Astrophysics - The NASA Ames PAH IR Spectroscopic Database".
Since FY2023 the NASA Ames PAH IR Spectroscopic Database is being supported
through the Laboratory Astrophysics Rd 2 directed Work Package at NASA Ames.