ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::RoundImageFilter< TInputImage, TOutputImage > Class Template Reference

Rounds the value of each pixel. More...

#include <itkRoundImageFilter.h>

Inheritance diagram for itk::RoundImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::RoundImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef RoundImageFilter Self
typedef
UnaryFunctorImageFilter
< TInputImage, TOutputImage,
Functor::Round< typename
TInputImage::PixelType,
typename
TOutputImage::PixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 RoundImageFilter ()
virtual ~RoundImageFilter ()

Private Member Functions

void operator= (const Self &)
 RoundImageFilter (const Self &)

Detailed Description

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

Rounds the value of each pixel.

The computations are performed using vnl_math_rnd(x).

Definition at line 66 of file itkRoundImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::RoundImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::RoundImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef RoundImageFilter itk::RoundImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::RoundImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::RoundImageFilter< TInputImage, TOutputImage >::RoundImageFilter ( ) [inline, protected]

Definition at line 91 of file itkRoundImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual itk::RoundImageFilter< TInputImage, TOutputImage >::~RoundImageFilter ( ) [inline, protected, virtual]

Definition at line 92 of file itkRoundImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::RoundImageFilter< TInputImage, TOutputImage >::RoundImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::RoundImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
virtual const char* itk::RoundImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<class TInputImage , class TOutputImage >
static Pointer itk::RoundImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<class TInputImage , class TOutputImage >
void itk::RoundImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.


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