|
| bool | lsst::jointcal::isIntegerShift (const Gtransfo *gtransfo) |
| | Shorthand test to tell if a transfo is a simple integer shift. More...
|
| |
| std::ostream & | lsst::jointcal::operator<< (std::ostream &stream, Gtransfo const >ransfo) |
| | allows 'stream << Transfo;' (by calling gtransfo.dump(stream)). More...
|
| |
| std::unique_ptr< Gtransfo > | lsst::jointcal::gtransfoCompose (Gtransfo const &left, GtransfoIdentity const &right) |
| |
| std::unique_ptr< Gtransfo > | lsst::jointcal::gtransfoCompose (Gtransfo const &left, Gtransfo const &right) |
| | Returns a pointer to a composition of gtransfos, representing left(right()). More...
|
| |
| GtransfoLin | lsst::jointcal::normalizeCoordinatesTransfo (const Frame &frame) |
| | Returns the transformation that maps the input frame along both axes to [-1,1]. More...
|
| |
| std::shared_ptr< GtransfoPoly > | lsst::jointcal::inversePolyTransfo (Gtransfo const &forward, Frame const &domain, double const precision, int const maxOrder=9, unsigned const nSteps=50) |
| | Approximate the inverse by a polynomial, to some precision. More...
|
| |
| std::unique_ptr< Gtransfo > | lsst::jointcal::gtransfoRead (const std::string &fileName) |
| | The virtual constructor from a file. More...
|
| |
| std::unique_ptr< Gtransfo > | lsst::jointcal::gtransfoRead (std::istream &s) |
| | The virtual constructor from a file. More...
|
| |