ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkModulusImageFilter.h>
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.
itk::ModulusImageFilter< TInputImage, TOutputImage >::ModulusImageFilter | ( | ) | [protected] |
End concept checking
virtual itk::ModulusImageFilter< TInputImage, TOutputImage >::~ModulusImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 123 of file itkModulusImageFilter.h.
itk::ModulusImageFilter< TInputImage, TOutputImage >::ModulusImageFilter | ( | const Self & | ) | [private] |
End concept checking
void itk::ModulusImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData | ( | void | ) | [virtual] |
Process to execute before entering the multithreaded section
Reimplemented from itk::ImageSource< TOutputImage >.
virtual::itk::LightObject::Pointer itk::ModulusImageFilter< 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::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
virtual const InputPixelType& itk::ModulusImageFilter< TInputImage, TOutputImage >::GetDividend | ( | ) | [virtual] |
Set/Get the dividend
virtual const char* itk::ModulusImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
static Pointer itk::ModulusImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::ModulusImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::ModulusImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [virtual] |
Print internal ivars
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
virtual void itk::ModulusImageFilter< TInputImage, TOutputImage >::SetDividend | ( | InputPixelType | _arg | ) | [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 > )
InputPixelType itk::ModulusImageFilter< TInputImage, TOutputImage >::m_Dividend [private] |
Definition at line 129 of file itkModulusImageFilter.h.