httk.atomistic.models.crystalpattern.fundamental_view ===================================================== .. py:module:: httk.atomistic.models.crystalpattern.fundamental_view .. autoapi-nested-parse:: Lazy prototype-recognition view. Classes ------- .. autoapisummary:: httk.atomistic.models.crystalpattern.fundamental_view.FundamentalDomainPatternView Module Contents --------------- .. py:class:: FundamentalDomainPatternView(obj, **hints) Bases: :py:obj:`httk.atomistic.models.crystalpattern.view_base.CrystalPatternViewBase`, :py:obj:`httk.atomistic.models.crystalpattern.fundamental.FundamentalDomainPattern` Recognize a lazy standard-setting prototype view from a structure. Recognition accepts optional ``tolerance`` and ``limit_denominator`` values through the recognition hints. :param obj: The anonymous-structure-like or structure-like source. :param \*\*hints: Backend-selection and recognition hints. .. py:method:: unwrap() Return the raw object behind the backend. :return: The unwrapped source object. .. py:method:: unview() Return the recognized prototype as a standalone value. :return: The prototype value.