ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkRoundImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
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.
|
inlineprotected |
Definition at line 91 of file itkRoundImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 92 of file itkRoundImageFilter.h.
|
private |
|
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 |
Runtime information support.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Round< TInputImage::PixelType, TOutputImage::PixelType > >.
|
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 > >.