27 #ifndef __GyotoThinDiskPL_H_
28 #define __GyotoThinDiskPL_H_
35 namespace Astrobj {
class ThinDiskPL; }
79 virtual double
emission(double nu_em, double dsem,
80 double c_ph[8],double c_obj[8]) const;
86 double
emissionBB(double nu, double co[8]) const;
89 int
setParameter(std::string name, std::string content, std::string unit);
90 #ifdef GYOTO_USE_XERCES
91 virtual void
fillElement(FactoryMessenger *fmp) const ;