
.. include:: ../coordinates/references.txt


TransformGraph
==================================

.. currentmodule:: astropy.coordinates

.. autoclass:: TransformGraph
   :show-inheritance:

   
     
   

   
   

   .. rubric:: Attributes Summary

   .. autosummary::
   
      ~TransformGraph.frame_set

   
   

   
   

   .. rubric:: Methods Summary

   .. autosummary::
   
      ~TransformGraph.add_transform
      ~TransformGraph.find_shortest_path
      ~TransformGraph.get_names
      ~TransformGraph.get_transform
      ~TransformGraph.invalidate_cache
      ~TransformGraph.lookup_name
      ~TransformGraph.remove_transform
      ~TransformGraph.to_dot_graph
      ~TransformGraph.to_networkx_graph
      ~TransformGraph.transform

   
   

   
   

   .. rubric:: Attributes Documentation

   
   .. autoattribute:: frame_set

   
   

   
   

   .. rubric:: Methods Documentation

   
   .. automethod:: add_transform
   .. automethod:: find_shortest_path
   .. automethod:: get_names
   .. automethod:: get_transform
   .. automethod:: invalidate_cache
   .. automethod:: lookup_name
   .. automethod:: remove_transform
   .. automethod:: to_dot_graph
   .. automethod:: to_networkx_graph
   .. automethod:: transform

   
   