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

Macros

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

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