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

Go to the source code of this file.

Classes

class  itk::BinaryCrossStructuringElement< TPixel, VDimension, TAllocator >
 A Neighborhood that represents a cross structuring element with binary elements. More...

Namespaces

namespace  itk

Defines

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

Define Documentation

#define ITK_TEMPLATE_BinaryCrossStructuringElement (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                                 \
  {                                                                             \
  _( 2 ( class EXPORT BinaryCrossStructuringElement< ITK_TEMPLATE_2 TypeX > ) ) \
  namespace Templates                                                           \
  {                                                                             \
  typedef BinaryCrossStructuringElement< ITK_TEMPLATE_2 TypeX >                 \
  BinaryCrossStructuringElement##TypeY;                                       \
  }                                                                             \
  }

Definition at line 111 of file itkBinaryCrossStructuringElement.h.