21#ifndef __ANTARES_TOOLBOX_FILTER_OPERATION_H__
22#define __ANTARES_TOOLBOX_FILTER_OPERATION_H__
26#include "parameter/parameter.h"
53 const wxString&
name()
const
70 virtual bool compute(
const int a)
const = 0;
71 virtual bool compute(
const double a)
const = 0;
72 virtual bool compute(
const wxString& a)
const = 0;
84 wxSizer*
sizer(wxWindow* parent);
86 void refreshAttachedGrid();