 |
NAPISD
PAHdb website C++ backend
|
Loading...
Searching...
No Matches
1#ifndef _BASICPROPERTIES_H_
2#define _BASICPROPERTIES_H_
10 enum class Style :
char {
20 void setColor(std::string_view color);
22 std::string_view getColor()
const;
24 void setLineWidth(
int width);
26 const int &getLineWidth()
const;
28 void setLineStyle(Style style);
30 const Style &getLineStyle()
const;
40inline void LineProperties::setColor(std::string_view color) { _color = color; }
42inline std::string_view LineProperties::getColor()
const {
return (_color); }
44inline void LineProperties::setLineStyle(LineProperties::Style style) {
48inline const LineProperties::Style &LineProperties::getLineStyle()
const {
52inline void LineProperties::setLineWidth(
int width) { _linewidth = width; }
54inline const int &LineProperties::getLineWidth()
const {
return (_linewidth); }
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".
© Copyright 2021-2025, Christiaan Boersma