|
typedef std::vector< double >::iterator | iterator |
|
typedef const std::vector< double >::const_iterator | const_iterator |
|
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
} |
|
Definition at line 11 of file Curve.h.
◆ const_iterator
typedef const std::vector<double>::const_iterator Curve::const_iterator |
◆ iterator
typedef std::vector<double>::iterator Curve::iterator |
◆ Curve()
◆ clear()
◆ clone()
Curve * Curve::clone |
( |
| ) |
const |
|
virtual |
◆ getFillColor()
std::string_view Curve::getFillColor |
( |
| ) |
const |
|
inline |
◆ getSymbol()
const char & Curve::getSymbol |
( |
| ) |
const |
|
inline |
◆ getSymbolSize()
const int & Curve::getSymbolSize |
( |
| ) |
const |
|
inline |
◆ getX()
std::vector< double > const & Curve::getX |
( |
| ) |
const |
|
inline |
◆ getXErr()
std::vector< double > const & Curve::getXErr |
( |
| ) |
const |
|
inline |
◆ getY()
std::vector< double > const & Curve::getY |
( |
| ) |
const |
|
inline |
◆ getYErr()
std::vector< double > const & Curve::getYErr |
( |
| ) |
const |
|
inline |
◆ isFill()
◆ setFill()
void Curve::setFill |
( |
bool |
on = true | ) |
|
|
inline |
◆ setFillColor()
void Curve::setFillColor |
( |
std::string_view |
color | ) |
|
|
inline |
◆ setSymbol()
void Curve::setSymbol |
( |
char |
symbol | ) |
|
|
inline |
◆ setSymbolSize()
void Curve::setSymbolSize |
( |
int |
size | ) |
|
|
inline |
◆ setXAndY() [1/2]
void Curve::setXAndY |
( |
const double |
x, |
|
|
const double |
y |
|
) |
| |
◆ setXAndY() [2/2]
void Curve::setXAndY |
( |
const std::vector< double > & |
x, |
|
|
const std::vector< double > & |
y |
|
) |
| |
|
inline |
◆ setXErr() [1/2]
void Curve::setXErr |
( |
const double |
xerr | ) |
|
◆ setXErr() [2/2]
void Curve::setXErr |
( |
const std::vector< double > & |
xerr | ) |
|
|
inline |
◆ setYErr() [1/2]
void Curve::setYErr |
( |
const double |
yerr | ) |
|
◆ setYErr() [2/2]
void Curve::setYErr |
( |
const std::vector< double > & |
yerr | ) |
|
|
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.