Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions
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 57 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: