|
| 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:
From FY2025 onward the NASA Ames PAH IR Spectroscopic Database is being
supported through the Laboratory Astrophysics Round 3 directed Work Package at
NASA Ames.
From FY2023-2025 the NASA Ames PAH IR Spectroscopic Database was supported
through the Laboratory Astrophysics Round 2 directed Work Package at NASA
Ames.
From FY2019-2022 the NASA Ames PAH IR Spectroscopic Database was supported
through a directed Work Package at NASA Ames titled:
"Laboratory Astrophysics – The NASA Ames PAH IR Spectroscopic
Database".