sdr_color_points Subroutine

public subroutine sdr_color_points(nodals, nPoints, point, target_pos, fill, void, proto, iColor)

Get the color at all given points.

Points need to be in the interval [-1,1].

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(out) :: nodals(:)
integer, intent(in) :: nPoints
real(kind=rk), intent(in) :: point(:,:)

Point for which to evaluate the color.

integer, intent(in) :: target_pos

Position of leaf in the preliminary tree

real(kind=rk), intent(in) :: fill
real(kind=rk), intent(in) :: void
type(sdr_protoTree_type), intent(in) :: proto

preliminary tree

integer, intent(in) :: iColor