CARMA C++
|
Star holds the name and magnitude of a star. More...
#include <carma/services/Star.h>
Inherits carma::services::CatalogEntry.
Public Member Functions | |
double | getMagnitude () const |
void | setMagnitude (double magnitude) |
Set the magnitude of this star. More... | |
Star () | |
Default constructor. More... | |
virtual | ~Star () |
Destructor. More... | |
![]() | |
CatalogEntry () | |
Constructor. More... | |
virtual std::string | getName () const |
virtual void | setName (const std::string &name) |
All catalog entries must be named. More... | |
virtual | ~CatalogEntry () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
std::string | name_ |
Star holds the name and magnitude of a star.
Used by OpticalCatalog.
carma::services::Star::Star | ( | ) |
Default constructor.
|
virtual |
Destructor.
double carma::services::Star::getMagnitude | ( | ) | const |
void carma::services::Star::setMagnitude | ( | double | magnitude | ) |