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

Go to the source code of this file.

Classes

class  itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >
 Returns true is the value of an image lies within a range of thresholds This ImageFunction returns true (or false) if the pixel value lies within (outside) a lower and upper threshold value. The threshold range can be set with the ThresholdBelow, ThresholdBetween or ThresholdAbove methods. The input image is set via method SetInputImage(). More...

Namespaces

namespace  itk

Defines

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

Define Documentation

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

Definition at line 156 of file itkBinaryThresholdImageFunction.h.