ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkRoundImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
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 &) |
Rounds the value of each pixel.
The computations are performed using vnl_math_rnd(x).
Definition at line 66 of file itkRoundImageFilter.h.
typedef SmartPointer< const Self > itk::RoundImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 81 of file itkRoundImageFilter.h.
typedef SmartPointer< Self > itk::RoundImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 80 of file itkRoundImageFilter.h.
typedef RoundImageFilter itk::RoundImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 74 of file itkRoundImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::RoundImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 78 of file itkRoundImageFilter.h.
itk::RoundImageFilter< TInputImage, TOutputImage >::RoundImageFilter | ( | ) | [inline, protected] |
Definition at line 91 of file itkRoundImageFilter.h.
virtual itk::RoundImageFilter< TInputImage, TOutputImage >::~RoundImageFilter | ( | ) | [inline, protected, virtual] |
Definition at line 92 of file itkRoundImageFilter.h.
itk::RoundImageFilter< TInputImage, TOutputImage >::RoundImageFilter | ( | const Self & | ) | [private] |
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 > >.
virtual const char* itk::RoundImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
static Pointer itk::RoundImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
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 > >.