27 #ifndef __GyotoDynamicalDisk_H_
28 #define __GyotoDynamicalDisk_H_
36 namespace Astrobj {
class DynamicalDisk; }
104 virtual int
setParameter(std::string name, std::string content);
106 virtual double
emission(double nu_em, double dsem,
107 double c_ph[8], double c_obj[8]) const;
109 void
getVelocity(double const pos[4], double vel[4]);
114 void copyQuantities(int iq) ;
117 #ifdef GYOTO_USE_XERCES
118 virtual void
fillElement(FactoryMessenger *fmp) const ;