Functions | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
| static int | fors_bias_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | fors_bias_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | fors_bias_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
See recipe description for details.
| int cpl_plugin_get_info | ( | cpl_pluginlist * | list | ) |
Build the list of available plugins, for this module.
Create the recipe instance and make it available to the application using the interface. This function is exported.
Definition at line 62 of file fors_bias.c.
References fors_bias_create(), fors_bias_destroy(), fors_bias_exec(), fors_get_license(), and fors_get_version_binary().
| static int fors_bias_create | ( | cpl_plugin * | plugin | ) | [static] |
Setup the recipe options.
| plugin | The plugin |
Defining the command-line/configuration parameters for the recipe.
Definition at line 109 of file fors_bias.c.
Referenced by cpl_plugin_get_info().
| static int fors_bias_exec | ( | cpl_plugin * | plugin | ) | [static] |
Execute the plugin instance given by the interface.
| plugin | the plugin |
Definition at line 158 of file fors_bias.c.
References fors_end(), and fors_print_banner().
Referenced by cpl_plugin_get_info().
| static int fors_bias_destroy | ( | cpl_plugin * | plugin | ) | [static] |
Destroy what has been created by the 'create' function.
| plugin | The plugin |
Definition at line 207 of file fors_bias.c.
Referenced by cpl_plugin_get_info().
1.6.1