#include <itkModulusImageFilter.h>
Computes the modulus (x % dividend) pixel-wise.
The input pixel type must support the c++ modulus operator (%).
If the dividend is zero, the maximum value will be returned.
Definition at line 43 of file itkModulusImageFilter.h.
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | InputImage1Dimension |
static constexpr unsigned int | InputImage2Dimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::ModulusImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkModulusImageFilter.h.
using itk::ModulusImageFilter< TInputImage1, TInputImage2, TOutputImage >::FunctorType |
Definition at line 53 of file itkModulusImageFilter.h.
using itk::ModulusImageFilter< TInputImage1, TInputImage2, TOutputImage >::InputPixelType = typename TInputImage1::PixelType |
Definition at line 60 of file itkModulusImageFilter.h.
using itk::ModulusImageFilter< TInputImage1, TInputImage2, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 59 of file itkModulusImageFilter.h.
using itk::ModulusImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkModulusImageFilter.h.
using itk::ModulusImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self = ModulusImageFilter |
Standard class type aliases.
Definition at line 50 of file itkModulusImageFilter.h.
using itk::ModulusImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass = BinaryGeneratorImageFilter<TInputImage1, TInputImage2, TOutputImage> |
Definition at line 51 of file itkModulusImageFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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::BinaryGeneratorImageFilter< TInputImage1, TInputImage1, TInputImage1 >.
|
inlinevirtual |
Set/Get the dividend
Definition at line 76 of file itkModulusImageFilter.h.
References itk::BinaryGeneratorImageFilter< TInputImage1, TInputImage1, TInputImage1 >::GetConstant2().
|
virtual |
Reimplemented from itk::BinaryGeneratorImageFilter< TInputImage1, TInputImage1, TInputImage1 >.
References ModulusImageFilter().
|
static |
Method for creation through the object factory.
|
inlinevirtual |
Set/Get the dividend
Definition at line 71 of file itkModulusImageFilter.h.
References itk::BinaryGeneratorImageFilter< TInputImage1, TInputImage1, TInputImage1 >::SetConstant2().