ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
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

Macros

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

Macro Definition 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.