#include "crusde_api.h"#include <math.h>#include <stdio.h>
Functions | |
| void | register_parameter () |
| void | request_plugins () |
| void | init () |
| void | free () |
| void | run () |
| const char * | get_name () |
| const char * | get_version () |
| const char * | get_authors () |
| PluginCategory | get_category () |
| const char * | get_description () |
| void | clear () |
| void | register_output_fields () |
Variables | |
| double * | p_factor |
| double | factor |
| int | dimensions |
| int | NLAT |
| int | NLON |
multiplies results by a constant factor. handy for unit conversions
| void clear | ( | ) |
empty
| void free | ( | ) |
| const char* get_authors | ( | ) |
| PluginCategory get_category | ( | ) |
References POSTPROCESS_PLUGIN.
| const char* get_description | ( | ) |
| const char* get_name | ( | ) |
| const char* get_version | ( | ) |
| void init | ( | ) |
initializes local vars
References crusde_get_dimensions(), crusde_get_size_x(), crusde_get_size_y(), dimensions, factor, NLAT, NLON, and p_factor.
| void register_output_fields | ( | ) |
registers one ADD_FIELD type output field
| void register_parameter | ( | ) |
empty
References crusde_register_param_double(), get_category(), and p_factor.
| void request_plugins | ( | ) |
empty
| void run | ( | ) |
does the conversion.
References crusde_debug(), crusde_get_result(), crusde_warning(), d, dimensions, factor, get_name(), i, NLAT, NLON, and result.
| int dimensions |
| int NLAT |
| int NLON |
| double* p_factor |
Referenced by init(), and register_parameter().
1.6.1-20091004