27 #ifndef __GyotoScenery_H_
28 #define __GyotoScenery_H_
192 Scenery(SmartPointer<Metric::Generic>, SmartPointer<Screen>, SmartPointer<Astrobj::Generic>);
205 void
setMetric(SmartPointer<Metric::Generic>);
216 void
setAstrobj(SmartPointer<Astrobj::Generic>);
218 double
getDelta(const std::string &unit) const ;
220 void
setDelta(double, const std::string &unit);
250 double
getTmin(const std::string &unit) const ;
254 void
setTmin(double, const std::string &unit);
323 void
rayTrace(size_t imin, size_t imax, size_t jmin, size_t jmax,
324 Astrobj::Properties* data, double * impactcoords = NULL);
335 void operator() (size_t i, size_t j, Astrobj::Properties *data,
336 double * impactcoords = NULL, Photon * ph = NULL);
338 #ifdef GYOTO_USE_XERCES