(git:374b731)
Loading...
Searching...
No Matches
splines_types.F File Reference

Go to the source code of this file.

Data Types

type  splines_types::spline_data_type
 Data-structure that holds all needed information about a specific spline interpolation. More...
 
type  splines_types::spline_data_p_type
 
type  splines_types::spline_environment_type
 
type  splines_types::spline_factor_type
 

Modules

module  splines_types
 routines for handling splines_types
 

Functions/Subroutines

subroutine, public splines_types::spline_env_release (spline_env)
 releases spline_env
 
subroutine, public splines_types::spline_data_release (spline_data)
 releases spline_data
 
subroutine, public splines_types::spline_data_p_release (spl_p)
 releases spline_data_p
 
subroutine, public splines_types::spline_data_retain (spline_data)
 retains spline_env
 
subroutine, public splines_types::spline_data_p_retain (spl_p)
 retains spline_data_p_type
 
subroutine, public splines_types::spline_env_create (spline_env, ntype, ntab_in)
 Data-structure that holds all needed information about a specific spline interpolation.
 
subroutine, public splines_types::spline_data_p_copy (spl_p_source, spl_p_dest)
 Copy Data-structure of spline_data_p_type.
 
subroutine, public splines_types::spline_data_create (spline_data)
 Data-structure that constains spline table.
 
subroutine, public splines_types::spline_factor_release (spline_factor)
 releases spline_factor
 
subroutine, public splines_types::spline_factor_create (spline_factor)
 releases spline_factor
 
subroutine, public splines_types::spline_factor_copy (spline_factor_source, spline_factor_dest)
 releases spline_factor