sdr_load_sphere Subroutine

public subroutine sdr_load_sphere(sphArray, spaObjArray, attr_pos, transform, conf, thandle)

Load sphere information from config file.

Arguments

Type IntentOptional Attributes Name
type(grw_spherearray_type), intent(inout) :: sphArray

growing array of spheres

type(grw_spatialObjArray_type), intent(inout) :: spaObjArray

growing array of geometrical objects.

integer, intent(in) :: attr_pos

Position of the attribute to connect this object to.

type(tem_transformation_type), intent(in) :: transform

transformation for spatial object

type(flu_State) :: conf

lua state

integer, intent(in) :: thandle

Calls

proc~~sdr_load_sphere~~CallsGraph proc~sdr_load_sphere sdr_load_sphere append append proc~sdr_load_sphere->append tem_load_sphere tem_load_sphere proc~sdr_load_sphere->tem_load_sphere

Called by

proc~~sdr_load_sphere~~CalledByGraph proc~sdr_load_sphere sdr_load_sphere proc~sdr_load_geom_table_single sdr_load_geom_table_single proc~sdr_load_geom_table_single->proc~sdr_load_sphere proc~sdr_load_geom_table sdr_load_geom_table proc~sdr_load_geom_table->proc~sdr_load_geom_table_single proc~sdr_load_spatialobject_single sdr_load_spatialObject_single proc~sdr_load_spatialobject_single->proc~sdr_load_geom_table proc~sdr_load_geometry sdr_load_geometry proc~sdr_load_geometry->proc~sdr_load_spatialobject_single