ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkZeroFluxNeumannBoundaryCondition.h File Reference

Go to the source code of this file.

Classes

class  itk::ZeroFluxNeumannBoundaryCondition< TInputImage, TOutputImage >
 A function object that determines a neighborhood of values at an image boundary according to a Neumann boundary condition where first, upwind derivatives on the boundary are zero. This is a useful condition in solving some classes of differential equations. More...

Namespaces

namespace  itk

Defines

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

Define Documentation

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

Definition at line 132 of file itkZeroFluxNeumannBoundaryCondition.h.