NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage > Class Template Reference

Calculate the union of two images using padding value. More...

Inheritance diagram for itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >:
Inheritance graph
[legend]
Collaboration diagram for itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >:
Collaboration graph
[legend]

Public Types

typedef
BinaryUnionWithPaddingImageFilter 
Self
 
typedef
BinaryFunctorImageFilter
< TInputImage, TInputImage,
TOutputImage,
Functor::BinaryUnionWithPadding
< typename
TInputImage::PixelType,
typename
TOutputImage::PixelType > > 
Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 

Public Member Functions

virtual const char * GetClassName () const
 
virtual void SetPaddingValue (typename TInputImage::PixelType _arg)
 
virtual TInputImage::PixelType GetPaddingValue ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 BinaryUnionWithPaddingImageFilter ()
 
virtual ~BinaryUnionWithPaddingImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
void BeforeThreadedGenerateData ()
 

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >

Calculate the union of two images using padding value.

In each pixel location, set to 1, if either pixels does not equal to the padding value. set to 0, otherwise.

Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer<const Self> itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef SmartPointer<Self> itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef BinaryUnionWithPaddingImageFilter itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

template<class TInputImage , class TOutputImage >
typedef BinaryFunctorImageFilter<TInputImage,TInputImage,TOutputImage, Functor::BinaryUnionWithPadding< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::BinaryUnionWithPaddingImageFilter ( )
inlineprotected
template<class TInputImage , class TOutputImage >
virtual itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::~BinaryUnionWithPaddingImageFilter ( )
inlineprotectedvirtual

Member Function Documentation

template<class TInputImage , class TOutputImage >
void itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData ( )
protected
template<class TInputImage , class TOutputImage >
virtual const char* itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::GetClassName ( ) const
virtual

Runtime information support.

template<class TInputImage , class TOutputImage >
virtual TInputImage::PixelType itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::GetPaddingValue ( )
virtual
template<class TInputImage , class TOutputImage >
static Pointer itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

template<class TInputImage , class TOutputImage >
void itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected
template<class TInputImage , class TOutputImage >
virtual void itk::BinaryUnionWithPaddingImageFilter< TInputImage, TOutputImage >::SetPaddingValue ( typename TInputImage::PixelType  _arg)
virtual

Get/Set functions.


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