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

itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep > Class Template Reference
[Image Functions]

Determine whether all the pixels in the specified neighborhood meet a threshold criteria. More...

#include <itkNeighborhoodBinaryThresholdImageFunction.h>

Inheritance diagram for itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >:

Inheritance graph
[legend]
Collaboration diagram for itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef NeighborhoodBinaryThresholdImageFunction Self
typedef BinaryThresholdImageFunction<
TInputImage, TCoordRep > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputImage InputImageType
typedef Superclass::OutputType OutputType
typedef Superclass::IndexType IndexType
typedef Superclass::ContinuousIndexType ContinuousIndexType
typedef Superclass::PointType PointType
typedef Superclass::PixelType PixelType
typedef InputImageType::SizeType InputSizeType

Public Member Functions

virtual const char * GetClassName () const
 itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension)
virtual void SetRadius (InputSizeType _arg)
virtual const InputSizeTypeGetRadius ()
virtual bool EvaluateAtIndex (const IndexType &index) const
virtual bool Evaluate (const PointType &point) const
virtual bool EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 NeighborhoodBinaryThresholdImageFunction ()
 ~NeighborhoodBinaryThresholdImageFunction ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TInputImage, class TCoordRep = float>
class itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >

Determine whether all the pixels in the specified neighborhood meet a threshold criteria.

Determine whether all the pixels in the specified neighborhood meet a threshold criteria.

If called with a ContinuousIndex or Point, the calculation is performed at the nearest neighbor.

This class is templated over the input image type and the coordinate representation type (e.g. float or double).

Definition at line 41 of file itkNeighborhoodBinaryThresholdImageFunction.h.


Member Typedef Documentation

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<const Self> itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::ConstPointer
 

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 50 of file itkNeighborhoodBinaryThresholdImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::ContinuousIndexType itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::ContinuousIndexType
 

ContinuousIndex typedef support.

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 68 of file itkNeighborhoodBinaryThresholdImageFunction.h.

Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex().

template<class TInputImage, class TCoordRep = float>
typedef Superclass::IndexType itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::IndexType
 

Index typedef support.

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 65 of file itkNeighborhoodBinaryThresholdImageFunction.h.

Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::Evaluate(), and itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex().

template<class TInputImage, class TCoordRep = float>
typedef TInputImage itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::InputImageType
 

InputImageType typedef support.

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 59 of file itkNeighborhoodBinaryThresholdImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef InputImageType::SizeType itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::InputSizeType
 

SizeType of the input image Definition at line 81 of file itkNeighborhoodBinaryThresholdImageFunction.h.

Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::~NeighborhoodBinaryThresholdImageFunction().

template<class TInputImage, class TCoordRep = float>
typedef Superclass::OutputType itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::OutputType
 

OutputType typdef support.

Reimplemented from itk::ImageFunction< TInputImage, bool, TCoordRep >.

Definition at line 62 of file itkNeighborhoodBinaryThresholdImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::PixelType itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::PixelType
 

PixelType typedef support.

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 74 of file itkNeighborhoodBinaryThresholdImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<Self> itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::Pointer
 

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 49 of file itkNeighborhoodBinaryThresholdImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::PointType itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::PointType
 

Point typedef support.

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 71 of file itkNeighborhoodBinaryThresholdImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef NeighborhoodBinaryThresholdImageFunction itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::Self
 

Standard class typedefs.

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 47 of file itkNeighborhoodBinaryThresholdImageFunction.h.

Referenced by itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::~NeighborhoodBinaryThresholdImageFunction().

template<class TInputImage, class TCoordRep = float>
typedef BinaryThresholdImageFunction<TInputImage,TCoordRep> itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::Superclass
 

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 48 of file itkNeighborhoodBinaryThresholdImageFunction.h.


Constructor & Destructor Documentation

template<class TInputImage, class TCoordRep = float>
itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::NeighborhoodBinaryThresholdImageFunction  )  [protected]
 

template<class TInputImage, class TCoordRep = float>
itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::~NeighborhoodBinaryThresholdImageFunction  )  [inline, protected]
 

Definition at line 110 of file itkNeighborhoodBinaryThresholdImageFunction.h.

References itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::InputSizeType, and itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::Self.


Member Function Documentation

template<class TInputImage, class TCoordRep = float>
virtual bool itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::Evaluate const PointType point  )  const [inline, virtual]
 

Evaluate the function at non-integer positions

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 93 of file itkNeighborhoodBinaryThresholdImageFunction.h.

References itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::IndexType.

template<class TInputImage, class TCoordRep = float>
virtual bool itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex const ContinuousIndexType cindex  )  const [inline, virtual]
 

Evaluate the function at non-integer positions

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

Definition at line 99 of file itkNeighborhoodBinaryThresholdImageFunction.h.

References itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::ContinuousIndexType, and itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::IndexType.

template<class TInputImage, class TCoordRep = float>
virtual bool itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex const IndexType index  )  const [virtual]
 

Evalulate the function at specified index

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
virtual const char* itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
virtual const InputSizeType& itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::GetRadius  )  [virtual]
 

Get the radius of the neighborhood used in computation

template<class TInputImage, class TCoordRep = float>
itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::itkStaticConstMacro ImageDimension  ,
unsigned  int,
InputImageType::ImageDimension 
 

Dimension of the underlying image.

template<class TInputImage, class TCoordRep = float>
Pointer itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
void itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::PrintSelf std::ostream &  os,
Indent  indent
const [protected]
 

Reimplemented from itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
virtual void itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >::SetRadius InputSizeType  _arg  )  [virtual]
 

Set the radius of the neighborhood used in computation.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:10:59 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000