Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkBinaryThresholdImageFunction.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

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

Defines

#define ITK_TEMPLATE_BinaryThresholdImageFunction(_, EXPORT, x, y)


Define Documentation

#define ITK_TEMPLATE_BinaryThresholdImageFunction ( _,
EXPORT,
x,
 ) 

Value:

namespace itk { \
  _(2(class EXPORT BinaryThresholdImageFunction< ITK_TEMPLATE_2 x >)) \
  namespace Templates { typedef BinaryThresholdImageFunction< ITK_TEMPLATE_2 x > \
                               BinaryThresholdImageFunction##y; } \
  }

Definition at line 156 of file itkBinaryThresholdImageFunction.h.


Generated at Sat Feb 28 13:55:25 2009 for ITK by doxygen 1.5.6 written by Dimitri van Heesch, © 1997-2000