TransformGenericToPoint2
========================

.. currentmodule:: lsst.afw.geom

.. autoclass:: TransformGenericToPoint2
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TransformGenericToPoint2.fromEndpoint
      ~TransformGenericToPoint2.hasForward
      ~TransformGenericToPoint2.hasInverse
      ~TransformGenericToPoint2.toEndpoint

   .. rubric:: Methods Summary

   .. autosummary::

      ~TransformGenericToPoint2.applyForward
      ~TransformGenericToPoint2.applyInverse
      ~TransformGenericToPoint2.getJacobian
      ~TransformGenericToPoint2.getMapping
      ~TransformGenericToPoint2.inverted
      ~TransformGenericToPoint2.isPersistable
      ~TransformGenericToPoint2.readFits
      ~TransformGenericToPoint2.readString
      ~TransformGenericToPoint2.then
      ~TransformGenericToPoint2.writeFits
      ~TransformGenericToPoint2.writeString

   .. rubric:: Attributes Documentation

   .. autoattribute:: fromEndpoint
   .. autoattribute:: hasForward
   .. autoattribute:: hasInverse
   .. autoattribute:: toEndpoint

   .. rubric:: Methods Documentation

   .. automethod:: applyForward
   .. automethod:: applyInverse
   .. automethod:: getJacobian
   .. automethod:: getMapping
   .. automethod:: inverted
   .. automethod:: isPersistable
   .. automethod:: readFits
   .. automethod:: readString
   .. automethod:: then
   .. automethod:: writeFits
   .. automethod:: writeString