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

TypeIntentOptionalAttributesName
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

Calls

proc~~sdr_color_points~~CallsGraph proc~sdr_color_points sdr_color_points proc~sdr_nodeprop_btest sdr_nodeProp_btest proc~sdr_color_points->proc~sdr_nodeprop_btest

Called by

proc~~sdr_color_points~~CalledByGraph proc~sdr_color_points sdr_color_points proc~create_target create_target proc~create_target->proc~sdr_color_points proc~traverse_tree traverse_tree proc~traverse_tree->proc~create_target proc~traverse_tree->proc~traverse_tree proc~sdr_proto2treelm sdr_proto2treelm proc~sdr_proto2treelm->proc~traverse_tree program~seeder seeder program~seeder->proc~sdr_proto2treelm

Contents


Variables

TypeVisibilityAttributesNameInitial
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)