ITK
4.13.0
Insight Segmentation and Registration 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 348 of file 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 |
|
inline |
Definition at line 352 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 362 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 357 of file itkArithmeticOpsFunctors.h.