View Source Evision.PhaseUnwrapping (Evision v0.2.2-rc2)

Summary

Types

t()

Type that represents an PhaseUnwrapping struct.

Types

@type t() :: %Evision.PhaseUnwrapping{ref: reference()}

Type that represents an PhaseUnwrapping struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

from_struct(phase_unwrapping)

View Source