Base abstract class for filter.
More...
|
procedure, pass(this) | init_base (this, json, coef) |
| Constructor for the filter_t class.
|
|
procedure, pass(this) | free_base (this) |
| Destructor for the filter_t (base) class.
|
|
procedure(filter_init), deferred, pass | init (this, json, coef) |
| The common constructor using a JSON dictionary.
|
|
procedure(filter_free), deferred, pass | free (this) |
| Destructor.
|
|
procedure(filter_apply), deferred, pass | apply (this, f_out, f_in) |
| The main function to be executed during the run.
|
|
Definition at line 48 of file filter.f90.
◆ apply()
◆ free()
◆ free_base()
◆ init()
◆ init_base()
- Parameters
-
object | The object to be allocated. |
type_name | The name of the filter. |
json | A dictionary with parameters. |
coef | SEM coefficients. Constructor for the filter_t (base) class. |
Definition at line 54 of file filter.f90.
◆ coef
The documentation for this type was generated from the following file: