httk.atomistic.models.cell.view =============================== .. py:module:: httk.atomistic.models.cell.view .. autoapi-nested-parse:: A view presenting any cell backend as a Cell (the class representation). Classes ------- .. autoapisummary:: httk.atomistic.models.cell.view.CellView Module Contents --------------- .. py:class:: CellView(obj, **hints) Bases: :py:obj:`httk.atomistic.models.cell.view_base.CellViewBase`, :py:obj:`httk.atomistic.models.cell.cell.Cell` A view presenting an underlying cell backend as a ``Cell``. This view is a genuine ``Cell``, so it can be passed anywhere a Cell is accepted. Its state is built lazily on first access from the backend. :param obj: The cell-like object to present. :param \**hints: Backend-selection hints. .. py:method:: unwrap() Return the raw object behind the backend. :return: The unwrapped source object. .. py:method:: unview() Return this presentation as a standalone cell. :return: The exact cell representation.