source: Sophya/trunk/ArchTOIPipe/Processors/toimedfilter.h

Last change on this file was 2193, checked in by aubourg, 23 years ago

medfilt

File size: 583 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2
3// ArchTOIPipe (C) CEA/DAPNIA/SPP IN2P3/LAL
4// Eric Aubourg
5// Christophe Magneville
6// Reza Ansari
7// $Id: toimedfilter.h,v 1.1 2002-09-16 11:52:19 aubourg Exp $
8
9#ifndef TOIMEDFILTER_H
10#define TOIMEDFILTER_H
11
12#include "toiprocessor.h"
13
14class TOIMedFilter : public TOIProcessor {
15public:
16 TOIMedFilter(int width);
17 virtual void init();
18 virtual void run();
19 virtual void run_raw();
20
21protected:
22 int w;
23};
24
25#endif
Note: See TracBrowser for help on using the repository browser.