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

itk::Functor::MaskNegatedInput< TInput, TMask, TOutput > Class Template Reference

#include <itkMaskNegatedImageFilter.h>

Inheritance diagram for itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >:

Inheritance graph
[legend]
Collaboration diagram for itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef NumericTraits< TInput >
::AccumulateType 
AccumulatorType

Public Member Functions

const TOutput & GetOutsideValue () const
 MaskNegatedInput ()
bool operator!= (const MaskNegatedInput &) const
TOutput operator() (const TInput &A, const TMask &B) const
bool operator== (const MaskNegatedInput &other) const
void SetOutsideValue (const TOutput &outsideValue)
 ~MaskNegatedInput ()


Detailed Description

template<class TInput, class TMask, class TOutput = TInput>
class itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >

Definition at line 56 of file itkMaskNegatedImageFilter.h.


Member Typedef Documentation

template<class TInput, class TMask, class TOutput = TInput>
typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::AccumulatorType

Definition at line 59 of file itkMaskNegatedImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TMask, class TOutput = TInput>
itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::MaskNegatedInput (  )  [inline]

Definition at line 61 of file itkMaskNegatedImageFilter.h.

template<class TInput, class TMask, class TOutput = TInput>
itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::~MaskNegatedInput (  )  [inline]

Definition at line 62 of file itkMaskNegatedImageFilter.h.


Member Function Documentation

template<class TInput, class TMask, class TOutput = TInput>
const TOutput& itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetOutsideValue (  )  const [inline]

Method to get the outside value of the mask

Definition at line 91 of file itkMaskNegatedImageFilter.h.

template<class TInput, class TMask, class TOutput = TInput>
bool itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator!= ( const MaskNegatedInput< TInput, TMask, TOutput > &   )  const [inline]

Definition at line 63 of file itkMaskNegatedImageFilter.h.

template<class TInput, class TMask, class TOutput = TInput>
TOutput itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator() ( const TInput &  A,
const TMask &  B 
) const [inline]

Definition at line 72 of file itkMaskNegatedImageFilter.h.

template<class TInput, class TMask, class TOutput = TInput>
bool itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator== ( const MaskNegatedInput< TInput, TMask, TOutput > &  other  )  const [inline]

Definition at line 67 of file itkMaskNegatedImageFilter.h.

template<class TInput, class TMask, class TOutput = TInput>
void itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetOutsideValue ( const TOutput &  outsideValue  )  [inline]

Method to explicitly set the outside value of the mask

Definition at line 85 of file itkMaskNegatedImageFilter.h.


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 15:30:49 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000