|
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:
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.