NAPISD
PAHdb website C++ backend
Loading...
Searching...
No Matches
Point.cpp
1#include "Point.h"
2
3Point::Point()
4 : _coordinates({0.0, 0.0, 0.0}), _color("000000"), _size(1), _symbol(48) {
5 type = Type::I_Point;
6}
7
8Point *Point::clone() const { return new Point(*this); }
9void Point::setCoordinates(double x, double y, double z) {
10
11 _coordinates = {x, y, z};
12}
Definition Point.h:11

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.
© Copyright 2021-2025, Christiaan Boersma