Observed image.
More...
#include <GyotoFocalPlane.h>
Public Member Functions |
| FocalPlane (SmartPointer< Metric::Generic > gg, SmartPointer< Astrobj::Generic > obj, double xmin, double ymin, size_t nx, size_t ny, double dx, double dy) |
| FocalPlane (SmartPointer< Metric::Generic > gg, SmartPointer< Astrobj::Generic > obj, double xmin, double ymin, double xmax, double ymax, size_t nx, size_t ny) |
void | hitMap (double *dest) |
size_t | getNx () const |
size_t | getNy () const |
double | getDx () const |
double | getDy () const |
double | getXmin () const |
double | getYmin () const |
double | getXmax () const |
double | getYmax () const |
void | getX (double *dest) const |
| Get X axis.
|
void | getY (double *dest) const |
| Get Y axis.
|
Detailed Description
Observed image.
Gyoto::FocalPlane A grid of Gyoto::Photon instances
Member Function Documentation
void Gyoto::FocalPlane::getX |
( |
double * |
dest | ) |
const |
Get X axis.
- Parameters
-
double | dest[] : an nx-length array of doubles which will hold the x values upon completion. |
void Gyoto::FocalPlane::getY |
( |
double * |
dest | ) |
const |
Get Y axis.
- Parameters
-
double | dest[] : an ny-length array of doubles which will hold the x values upon completion. |
void Gyoto::FocalPlane::hitMap |
( |
double * |
dest | ) |
|
The documentation for this class was generated from the following file: