21 #ifndef __ANTARES_TOOLBOX_FILTER_OPERATION_H__
22 #define __ANTARES_TOOLBOX_FILTER_OPERATION_H__
26 #include "parameter/parameter.h"
28 namespace Antares::Toolbox::Filter
49 const wxString&
name()
const
69 virtual bool compute(
const int a)
const = 0;
70 virtual bool compute(
const double a)
const = 0;
71 virtual bool compute(
const wxString& a)
const = 0;
83 wxSizer*
sizer(wxWindow* parent);
85 void refreshAttachedGrid();