get_knot_all Function

private pure function get_knot_all(this) result(knot)

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_knot_all~3~~CalledByGraph proc~get_knot_all~3 nurbs_curve%get_knot_all none~get_knot~3 nurbs_curve%get_knot none~get_knot~3->proc~get_knot_all~3 proc~modify_wc~3 nurbs_curve%modify_Wc proc~modify_wc~3->none~get_knot~3 proc~modify_xc~3 nurbs_curve%modify_Xc proc~modify_xc~3->none~get_knot~3 program~example1_curve example1_curve program~example1_curve->none~get_knot~3 program~fdm_elevate_and_insert_1d fdm_elevate_and_insert_1d program~fdm_elevate_and_insert_1d->none~get_knot~3 program~lsq_fit_bspline_1d lsq_fit_bspline_1d program~lsq_fit_bspline_1d->none~get_knot~3 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~get_knot~3 program~test_nurbs_curve->proc~modify_wc~3 program~test_nurbs_curve->proc~modify_xc~3