ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkModulusImageFilter.h>
Private Attributes | |
InputPixelType | m_Dividend |
ModulusImageFilter () | |
virtual | ~ModulusImageFilter () |
ModulusImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members |
Computes the modulus (x % dividend) pixel-wise.
The input pixel type must support the c++ modulus operator (%).
Definition at line 73 of file itkModulusImageFilter.h.
typedef SmartPointer< const Self > itk::ModulusImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 90 of file itkModulusImageFilter.h.
typedef TInputImage::PixelType itk::ModulusImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 93 of file itkModulusImageFilter.h.
typedef TOutputImage::PixelType itk::ModulusImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 92 of file itkModulusImageFilter.h.
typedef SmartPointer< Self > itk::ModulusImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 89 of file itkModulusImageFilter.h.
typedef NumericTraits< InputPixelType >::RealType itk::ModulusImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 94 of file itkModulusImageFilter.h.
typedef ModulusImageFilter itk::ModulusImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 82 of file itkModulusImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::ModulusImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 87 of file itkModulusImageFilter.h.
|
protected |
End concept checking
|
inlineprotectedvirtual |
End concept checking
Definition at line 123 of file itkModulusImageFilter.h.
|
private |
End concept checking
|
virtual |
Process to execute before entering the multithreaded section
Reimplemented from itk::ImageSource< TOutputImage >.
|
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::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
virtual |
Set/Get the dividend
|
virtual |
Runtime information support.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
|
virtual |
Print internal ivars
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the dividend
itk::ModulusImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )
|
private |
Definition at line 129 of file itkModulusImageFilter.h.