ITK
5.2.0
Insight Toolkit
|
#include <itkArithmeticOpsFunctors.h>
Public Member Functions | |
bool | operator!= (const DivReal &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const DivReal &other) const |
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 389 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 394 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 406 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 400 of file itkArithmeticOpsFunctors.h.