r159: *** empty log message ***
[ctsim.git] / include / filter.h
index 67955695e2e54cfc075b536b7867da410a84523d..d898103367830b034858d322748f44554b6b0a56 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: filter.h,v 1.16 2000/07/22 15:45:33 kevin Exp $
+**  $Id: filter.h,v 1.17 2000/07/22 16:14:49 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -44,16 +44,16 @@ class SignalFilter {
  public:
 
     static const int FILTER_INVALID;
-    static const int FILTER_BANDLIMIT;
-    static const int FILTER_SINC;
-    static const int FILTER_G_HAMMING;
-    static const int FILTER_COSINE;
-    static const int FILTER_TRIANGLE;
     static const int FILTER_ABS_BANDLIMIT;     // filter times |x|
     static const int FILTER_ABS_SINC;
     static const int FILTER_ABS_G_HAMMING;
     static const int FILTER_ABS_COSINE;
     static const int FILTER_SHEPP;
+    static const int FILTER_BANDLIMIT;
+    static const int FILTER_SINC;
+    static const int FILTER_G_HAMMING;
+    static const int FILTER_COSINE;
+    static const int FILTER_TRIANGLE;
 
     static const int FILTER_METHOD_INVALID;
     static const int FILTER_METHOD_CONVOLUTION;