ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkPeriodicBoundaryCondition.h File Reference

Go to the source code of this file.

Classes

class  itk::PeriodicBoundaryCondition< TInputImage, TOutputImage >
 A function object that determines values outside of image boundaries according to periodic (wrap-around) conditions. More...

Namespaces

namespace  itk

Defines

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

Define Documentation

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

Definition at line 115 of file itkPeriodicBoundaryCondition.h.