Beispiel #1
0
    def from_dict(cls, dikt) -> 'ISD200DetectorCenter':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ISD200_detector_center of this ISD200DetectorCenter.  # noqa: E501
        :rtype: ISD200DetectorCenter
        """
        return util.deserialize_model(dikt, cls)
Beispiel #2
0
    def from_dict(cls, dikt) -> 'OpticalDistortion':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The optical_distortion of this OpticalDistortion.  # noqa: E501
        :rtype: OpticalDistortion
        """
        return util.deserialize_model(dikt, cls)
Beispiel #3
0
    def from_dict(cls, dikt) -> 'Quaternion':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Quaternion of this Quaternion.  # noqa: E501
        :rtype: Quaternion
        """
        return util.deserialize_model(dikt, cls)
Beispiel #4
0
    def from_dict(cls, dikt) -> 'RequestISD':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The request_ISD of this RequestISD.  # noqa: E501
        :rtype: RequestISD
        """
        return util.deserialize_model(dikt, cls)
Beispiel #5
0
    def from_dict(cls, dikt) -> 'XYZ':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The XYZ of this XYZ.  # noqa: E501
        :rtype: XYZ
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'ISD200ReferenceHeight':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ISD200_reference_height of this ISD200ReferenceHeight.  # noqa: E501
        :rtype: ISD200ReferenceHeight
        """
        return util.deserialize_model(dikt, cls)
Beispiel #7
0
    def from_dict(cls, dikt) -> 'ISD200':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ISD200 of this ISD200.  # noqa: E501
        :rtype: ISD200
        """
        return util.deserialize_model(dikt, cls)
Beispiel #8
0
    def from_dict(cls, dikt) -> 'ISD200FocalLengthModel':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ISD200_focal_length_model of this ISD200FocalLengthModel.  # noqa: E501
        :rtype: ISD200FocalLengthModel
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'ISD200SensorPosition':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ISD200_sensor_position of this ISD200SensorPosition.  # noqa: E501
        :rtype: ISD200SensorPosition
        """
        return util.deserialize_model(dikt, cls)
Beispiel #10
0
    def from_dict(cls, dikt) -> 'Data':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The data of this Data.  # noqa: E501
        :rtype: Data
        """
        return util.deserialize_model(dikt, cls)
Beispiel #11
0
 def from_dict(cls: typing.Type[T], dikt) -> T:
     """Returns the dict as a model"""
     return util.deserialize_model(dikt, cls)