Get the color at all given points.
Points need to be in the interval [-1,1].
Type | Intent | Optional | 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 |