Class filter_template

Inheritance Relationships

Base Type

Class Documentation

class filter_template : public filter_base

Public Functions

filter_template(config_file cfg)
~filter_template()
virtual void init()

Initializes the filter. Useful for obtaining configuration params and storing them locally

virtual void process(std::shared_ptr<station> &station)

Apply the filter for one timestep for the given station

Parameters:

station – Station to operate on