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 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | subelem | ||||
| integer, | public | :: | iPoint | ||||
| integer, | public | :: | col_int | ||||
| integer, | public | :: | col_bit | ||||
| integer, | public | :: | iChild | ||||
| real(kind=rk), | public | :: | child_origin(3) | ||||
| real(kind=rk), | public | :: | child_point(3) | ||||
| integer, | public | :: | point_coord(3) |