get_Xcid Function

private pure function get_Xcid(this, n, dir) result(Xc)

Type Bound

nurbs_curve

Arguments

Type IntentOptional Attributes Name
class(nurbs_curve), intent(in) :: this
integer, intent(in) :: n
integer, intent(in) :: dir

Return Value real(kind=rk)


Called by

proc~~get_xcid~~CalledByGraph proc~get_xcid nurbs_curve%get_Xcid none~get_xc nurbs_curve%get_Xc none~get_xc->proc~get_xcid proc~modify_wc nurbs_curve%modify_Wc proc~modify_wc->none~get_xc proc~modify_xc nurbs_curve%modify_Xc proc~modify_xc->none~get_xc program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~get_xc program~test_nurbs_curve->proc~modify_wc program~test_nurbs_curve->proc~modify_xc