Class StarSED

Inheritance Relationships

Base Type

Class Documentation

class StarSED : public SED

concrete SED implementation for star objects (object_type Star)

Public Functions

inline StarSED(SED const &p)

copy constructor from SED class

inline StarSED(StarSED const &p)

copy constructor from StarSED class

inline StarSED(const string name, int nummod = 0)

constructor

Parameters:
  • name – name given to the SED object

  • nummod – identity number given to the SED object !

inline ~StarSED()

destructor (does nothing)

void writeMag(bool outasc, ofstream &ofsBin, ofstream &ofsDat, vector<flt> allFilters, string magtyp) const
virtual void readMagBin(ifstream &ins)