get_Xc_all Function

private pure function get_Xc_all(this) result(Xc)

Type Bound

nurbs_curve

Arguments

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

Return Value real(kind=rk), allocatable, (:,:)


Called by

proc~~get_xc_all~~CalledByGraph proc~get_xc_all nurbs_curve%get_Xc_all none~get_xc nurbs_curve%get_Xc none~get_xc->proc~get_xc_all 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