Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkArithmeticOperation.cpp File Reference
#include "mitkArithmeticOperation.h"
#include <mitkImage.h>
#include <mitkImageAccessByItk.h>
#include <mitkImageCast.h>
#include <itkArithmeticOpsFunctors.h>
#include <itkImage.h>
#include "itkUnaryFunctorImageFilter.h"
#include <itkBinaryFunctorImageFilter.h>
#include <itkTanImageFilter.h>
#include <itkAtanImageFilter.h>
#include <itkCosImageFilter.h>
#include <itkAcosImageFilter.h>
#include <itkSinImageFilter.h>
#include <itkAsinImageFilter.h>
#include <itkRoundImageFilter.h>
#include <itkSquareImageFilter.h>
#include <itkSqrtImageFilter.h>
#include <itkAbsImageFilter.h>
#include <itkExpImageFilter.h>
#include <itkExpNegativeImageFilter.h>
#include <itkLog10ImageFilter.h>

Go to the source code of this file.

Namespaces

 mitk
 DataCollection - Class to facilitate loading/accessing structured data.
 
 mitk::Functor
 

Functions

template<typename DefaultFunctorType , typename DoubleFunctorType , typename ImageType , typename DoubleImageType >
static void ExecuteOneImageFilterWithFunctor (ImageType *imageA, double value, bool returnDoubleImage, bool valueLeft, bool, mitk::Image::Pointer &outputImage)
 
template<typename DefaultFunctorType , typename DoubleFunctorType , typename ImageType , typename DoubleImageType >
static void ExecuteOneImageFilterWithFunctorNonParameter (ImageType *imageA, double, bool returnDoubleImage, bool, bool, mitk::Image::Pointer &outputImage)
 
template<typename TPixel , unsigned int VImageDimension>
static void ExecuteOneImageFilter (itk::Image< TPixel, VImageDimension > *imageA, double value, bool returnDoubleImage, bool valueLeft, bool parameterFree, mitk::NonStaticArithmeticOperation::OperationsEnum algorithm, mitk::Image::Pointer &outputImage)
 

Function Documentation

◆ ExecuteOneImageFilter()

◆ ExecuteOneImageFilterWithFunctor()

template<typename DefaultFunctorType , typename DoubleFunctorType , typename ImageType , typename DoubleImageType >
static void ExecuteOneImageFilterWithFunctor ( ImageType imageA,
double  value,
bool  returnDoubleImage,
bool  valueLeft,
bool  ,
mitk::Image::Pointer outputImage 
)
static

Definition at line 167 of file mitkArithmeticOperation.cpp.

References mitk::CastToMitkImage().

◆ ExecuteOneImageFilterWithFunctorNonParameter()

template<typename DefaultFunctorType , typename DoubleFunctorType , typename ImageType , typename DoubleImageType >
static void ExecuteOneImageFilterWithFunctorNonParameter ( ImageType imageA,
double  ,
bool  returnDoubleImage,
bool  ,
bool  ,
mitk::Image::Pointer outputImage 
)
static

Definition at line 193 of file mitkArithmeticOperation.cpp.

References mitk::CastToMitkImage().