sdr_load_deformation Subroutine

private subroutine sdr_load_deformation(deform, conf, thandle)

This routine loads the deformation table from transformation table

Arguments

Type IntentOptional Attributes Name
type(sdr_deformation_type), intent(out) :: deform

deform for spatial object

type(flu_State) :: conf

lua state

integer, intent(in) :: thandle

spatial object parent handle


Calls

proc~~sdr_load_deformation~~CallsGraph proc~sdr_load_deformation sdr_load_deformation aot_get_val aot_get_val proc~sdr_load_deformation->aot_get_val aot_table_close aot_table_close proc~sdr_load_deformation->aot_table_close aot_table_open aot_table_open proc~sdr_load_deformation->aot_table_open tem_abort tem_abort proc~sdr_load_deformation->tem_abort

Called by

proc~~sdr_load_deformation~~CalledByGraph proc~sdr_load_deformation sdr_load_deformation proc~sdr_load_transformation sdr_load_transformation proc~sdr_load_transformation->proc~sdr_load_deformation