Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
itk::Functor::ConstrainedValueMultiplication< TInput1, TInput2, TOutput > Class Template Reference

#include <Libs/vtkITK/itkConstrainedValueMultiplicationImageFilter.h>

Public Member Functions

 ConstrainedValueMultiplication ()=default
 
bool operator!= (const ConstrainedValueMultiplication &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B)
 
bool operator== (const ConstrainedValueMultiplication &other) const
 
 ~ConstrainedValueMultiplication ()=default
 

Detailed Description

template<class TInput1, class TInput2, class TOutput>
class itk::Functor::ConstrainedValueMultiplication< TInput1, TInput2, TOutput >

Definition at line 55 of file itkConstrainedValueMultiplicationImageFilter.h.

Constructor & Destructor Documentation

◆ ConstrainedValueMultiplication()

template<class TInput1, class TInput2, class TOutput>
itk::Functor::ConstrainedValueMultiplication< TInput1, TInput2, TOutput >::ConstrainedValueMultiplication ( )
default

◆ ~ConstrainedValueMultiplication()

template<class TInput1, class TInput2, class TOutput>
itk::Functor::ConstrainedValueMultiplication< TInput1, TInput2, TOutput >::~ConstrainedValueMultiplication ( )
default

Member Function Documentation

◆ operator!=()

template<class TInput1, class TInput2, class TOutput>
bool itk::Functor::ConstrainedValueMultiplication< TInput1, TInput2, TOutput >::operator!= ( const ConstrainedValueMultiplication< TInput1, TInput2, TOutput > & ) const
inline

◆ operator()()

template<class TInput1, class TInput2, class TOutput>
TOutput itk::Functor::ConstrainedValueMultiplication< TInput1, TInput2, TOutput >::operator() ( const TInput1 & A,
const TInput2 & B )
inline

◆ operator==()

template<class TInput1, class TInput2, class TOutput>
bool itk::Functor::ConstrainedValueMultiplication< TInput1, TInput2, TOutput >::operator== ( const ConstrainedValueMultiplication< TInput1, TInput2, TOutput > & other) const
inline

The documentation for this class was generated from the following file: