ITK
6.0.0
Insight Toolkit
|
#include <itkArithmeticOpsFunctors.h>
Promotes arguments to real type and performs division.
This division operator is intended to implement Pythons PEP 238 "True Division". The output type is intended to be a real type. Division by zero is expected to produce an "inf" floating point value.
Definition at line 329 of file itkArithmeticOpsFunctors.h.
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (DivReal) | |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const DivReal &) const |
itk::Functor::DivReal< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | DivReal< TInput1, TInput2, TOutput > | ) |
|
inline |
Definition at line 342 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 334 of file itkArithmeticOpsFunctors.h.