evalInterface Interface

interface
public pure elemental function evalInterface(this, pos) result(res)

Arguments

Type IntentOptional Attributes Name
class(sdf_base), intent(in) :: this
type(vector), intent(in) :: pos

Return Value real(kind=wp)

Description

Evaluation function for SDF. ALL SDF must implment this.