IODA Bundle
Ingester::Filter Class Referenceabstract

Base class for all the supported filters. More...

#include <Filter.h>

Inheritance diagram for Ingester::Filter:
[legend]

Public Member Functions

virtual void apply (BufrDataMap &dataMap)=0
 Apply the filter to the data. More...
 

Detailed Description

Base class for all the supported filters.

Definition at line 16 of file Filter.h.

Member Function Documentation

◆ apply()

virtual void Ingester::Filter::apply ( BufrDataMap dataMap)
pure virtual

Apply the filter to the data.

Parameters
dataMapMap to modify by filtering out relevant data.

Implemented in Ingester::BoundingFilter.


The documentation for this class was generated from the following file: