|
| enum class | Type : char {
I_None
, I_Point
, I_Line
, I_Curve
,
I_Plot
, I_Text
, I_Panels
} |
| |
| Type | type |
| |
Definition at line 11 of file Point.h.
◆ Point()
◆ clone()
| Point * Point::clone |
( |
| ) |
const |
|
virtual |
◆ getColor()
| std::string_view Point::getColor |
( |
| ) |
const |
|
inline |
◆ getCoordinates()
| std::array< double, 3 > const & Point::getCoordinates |
( |
| ) |
const |
|
inline |
◆ getSize()
| const int & Point::getSize |
( |
| ) |
const |
|
inline |
◆ getSymbol()
| const int & Point::getSymbol |
( |
| ) |
const |
|
inline |
◆ setColor()
| void Point::setColor |
( |
std::string_view |
color | ) |
|
|
inline |
◆ setCoordinates() [1/2]
| void Point::setCoordinates |
( |
const std::array< double, 3 > & |
coordinates | ) |
|
|
inline |
◆ setCoordinates() [2/2]
| void Point::setCoordinates |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ setSize()
| void Point::setSize |
( |
int |
size | ) |
|
|
inline |
◆ setSymbol()
| void Point::setSymbol |
( |
int |
symbol | ) |
|
|
inline |
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".