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 |
|
---|
14 | class TOIMedFilter : public TOIProcessor {
|
---|
15 | public:
|
---|
16 | TOIMedFilter(int width);
|
---|
17 | virtual void init();
|
---|
18 | virtual void run();
|
---|
19 | virtual void run_raw();
|
---|
20 |
|
---|
21 | protected:
|
---|
22 | int w;
|
---|
23 | };
|
---|
24 |
|
---|
25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.