
.. _custom-datareader-example:

############################################################################
UnstructGrid: Create a Custom DataReader to Add Support for Your File Format
############################################################################

This example shows how to get your own analysis results into the 
:class:`cee::ug::UnstructGridModel` by creating a :class:`cee::ug::DataReader`.

.. image:: ../images/tut_custom_datareader.png
    :height: 300 
    :align: center


.. literalinclude:: ../../../../EnvisionDesktop/Tutorials/CustomDataReader.cpp
    :language: cpp
    :lines: 38-195
