source:
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.h@
6902
Last change on this file since 6902 was 6898, checked in by , 20 years ago | |
---|---|
File size: 403 bytes |
Line | |
---|---|
1 | #ifndef MARS_MFMagicCuts |
2 | #define MARS_MFMagicCuts |
3 | |
4 | #ifndef MARS_MFilter |
5 | #include "MFilter.h" |
6 | #endif |
7 | |
8 | class MHMatrix; |
9 | |
10 | class MFMagicCuts : public MFilter |
11 | { |
12 | private: |
13 | |
14 | public: |
15 | MFMagicCuts(const char *name=NULL, const char *title=NULL); |
16 | |
17 | void InitMapping(MHMatrix *mat) { } |
18 | void StopMapping() { InitMapping(NULL); } |
19 | |
20 | ClassDef(MFMagicCuts, 0) // A filter to evaluate the MagicCuts |
21 | }; |
22 | |
23 | #endif |
Note:
See TracBrowser
for help on using the repository browser.