CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
iImageConvolverStationaryGaussian.hh
Go to the documentation of this file.
1 
10 #ifndef IIMAGECONVOLVERSTATIONARYGAUSSIAN_HH
11 #define IIMAGECONVOLVERSTATIONARYGAUSSIAN_HH 1
12 
13 #include "gVariables.hh"
14 #include "gOptions.hh"
15 #include "oImageSpace.hh"
16 #include "vImageConvolver.hh"
17 #include "sAddonManager.hh"
18 
19 
28 {
29  // -----------------------------------------------------------------------------------------
30  // Constructor & Destructor
31  public:
47 
48 
49  // -----------------------------------------------------------------------------------------
50  // Public member functions
51  public:
52  // Function for automatic insertion (put the class name as the parameter and do not add semi-colon at the end of the line)
64  int ReadConfigurationFile(const string& a_fileOptions);
75  int ReadOptionsList(const string& a_listOptions);
84  void ShowHelp();
85 
86 
87  // -----------------------------------------------------------------------------------------
88  // Private member functions
89  private:
111 
112 
113  // -----------------------------------------------------------------------------------------
114  // Data members
115  protected:
121 };
122 
123 
124 // Class for automatic insertion (set here the visible image convolver's name as the first parameter,
125 // put the class name as the second parameter and do NOT add semi-colon at the end of the line)
127 
128 #endif
This header file is mainly used to declare some macro definitions and all includes needed from the st...
#define FLTNB
Definition: gVariables.hh:55
#define CLASS_IMAGE_CONVOLVER(NAME, CLASS)
int BuildConvolutionKernel()
A private function used to build the convolution kernel specific to the child convolver.
int ReadConfigurationFile(const string &a_fileOptions)
A function used to read options from a configuration file.
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child module.
This class is an image convolver module implementing stationary gaussian filtering.
iImageConvolverStationaryGaussian()
The constructor of iImageConvolverStationaryGaussian.
int ReadOptionsList(const string &a_listOptions)
A function used to read options from a list of options.
#define INTNB
Definition: gVariables.hh:64
Declaration of class oImageSpace.
~iImageConvolverStationaryGaussian()
The destructor of iImageConvolverStationaryGaussian.
#define FUNCTION_IMAGE_CONVOLVER(CLASS)
This file is used for all kind of different functions designed for options parsing and ASCII file rea...
Declaration of class vImageConvolver.
void ShowHelp()
A function used to show help about the child module.
Declaration of class sAddonManager.
This abstract class is the generic image convolver class used by the oImageConvolverManager.