DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Classes | Namespaces | Macros
itkSphericalPolarFourierGenerator.h File Reference
#include <itkObject.h>
#include <itkObjectFactory.h>
#include "itkDiffusionTensor.h"
#include "itkSphericalPolarFourierGenerator.hxx"
+ Include dependency graph for itkSphericalPolarFourierGenerator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::SphericalPolarFourierGenerator< PreciseType >
 
class  itk::SphericalPolarFourierRadialGenerator< PreciseType >
 

Namespaces

 itk
 

Macros

#define ITK_TEMPLATE_SphericalPolarFourierGenerator(_, EXPORT, x, y)
 
#define ITK_TEMPLATE_SphericalPolarFourierRadialGenerator(_, EXPORT, x, y)
 

Detailed Description

Author
Dr. Jian Cheng (JC), jian..nosp@m.chen.nosp@m.g.198.nosp@m.3@gm.nosp@m.ail.c.nosp@m.om

Definition in file itkSphericalPolarFourierGenerator.h.

Macro Definition Documentation

#define ITK_TEMPLATE_SphericalPolarFourierGenerator (   _,
  EXPORT,
  x,
 
)
Value:
namespace itk { \
_(2(class EXPORT SphericalPolarFourierGenerator< ITK_TEMPLATE_2 x >)) \
namespace Templates { typedef SphericalPolarFourierGenerator< ITK_TEMPLATE_2 x > SphericalPolarFourierGenerator##y; } \
}

Definition at line 223 of file itkSphericalPolarFourierGenerator.h.

#define ITK_TEMPLATE_SphericalPolarFourierRadialGenerator (   _,
  EXPORT,
  x,
 
)
Value:
namespace itk { \
_(2(class EXPORT SphericalPolarFourierRadialGenerator< ITK_TEMPLATE_2 x >)) \
namespace Templates { typedef SphericalPolarFourierRadialGenerator< ITK_TEMPLATE_2 x > SphericalPolarFourierRadialGenerator##y; } \
}

Definition at line 214 of file itkSphericalPolarFourierGenerator.h.