HDK
|
#include <SIM_DataFilter.h>
Public Member Functions | |
SIM_DataFilterNth (const SIM_DataFilter &filter, int n) | |
~SIM_DataFilterNth () override | |
SIM_DataFilterNth (const SIM_DataFilterNth &src) | |
bool | acceptData (const SIM_Data *data, const char *dataname) const override |
Public Member Functions inherited from SIM_DataFilter | |
SIM_DataFilter () | |
virtual | ~SIM_DataFilter () |
SIM_DataFilter (const SIM_DataFilter &) | |
This implementation accepts the Nth data accepted by some other filter. The nth time data is accepted by this secondary filter, this filter accepts the data. All subsequent data is immediately rejected.
Note: in typical C++ fashion, n starts at zero.
Definition at line 154 of file SIM_DataFilter.h.
|
inlineexplicit |
Definition at line 157 of file SIM_DataFilter.h.
|
inlineoverride |
Definition at line 162 of file SIM_DataFilter.h.
|
inline |
Definition at line 164 of file SIM_DataFilter.h.
|
inlineoverridevirtual |
Override this function to decide what data is accepted and what is rejected. The name parameter is the path of the data relative to the root of the search that is calling this filter.
Implements SIM_DataFilter.
Definition at line 171 of file SIM_DataFilter.h.