#include <popmodel.h>

Public Member Functions | |
| void | compute (const double *xleft, const double *xright, double *yleft, double *yright, int dim) const |
| Computes the image of a box whose left and right coordinates are given. | |
The interpretation of parameters depends on the dimension.
Definition at line 53 of file popmodel.h.
| void MapPopModel::compute | ( | const double * | xleft, | |
| const double * | xright, | |||
| double * | yleft, | |||
| double * | yright, | |||
| int | dim | |||
| ) | const [inline, virtual] |
Computes the image of a box whose left and right coordinates are given.
Fills in the images with the left and right coordinates of the image box.
Implements MapType.
Definition at line 66 of file popmodel.h.
References MapType::getLeftParam(), and MapType::getRightParam().
1.5.3