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

Go to the source code of this file.

Classes

class  itk::SolverBase< TPrecision >
 

Namespaces

 itk
 

Macros

#define ITK_TEMPLATE_SolverBase(_, EXPORT, TypeX, TypeY)
 

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 itkSolverBase.h.

Macro Definition Documentation

#define ITK_TEMPLATE_SolverBase (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk \
{ \
_( 1 ( class EXPORT SolverBase< ITK_TEMPLATE_1 TypeX > ) ) \
namespace Templates \
{ \
typedef SolverBase< ITK_TEMPLATE_1 TypeX > SolverBase##TypeY; \
} \
}

Definition at line 104 of file itkSolverBase.h.