ITK
5.2.0
Insight Toolkit
|
#include <itkArithmeticOpsFunctors.h>
Public Member Functions | |
bool | operator!= (const DivFloor &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const DivFloor &other) const |
Cast arguments to double, performs division then takes the floor.
This division operator is intended to implement Pythons PEP 238 "Floor Division"-style operation.
Definition at line 343 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 347 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 359 of file itkArithmeticOpsFunctors.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 353 of file itkArithmeticOpsFunctors.h.