ITK
6.0.0
Insight Toolkit
|
#include <itkArithmeticOpsFunctors.h>
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 287 of file itkArithmeticOpsFunctors.h.
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (DivFloor) | |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const DivFloor &) const |
itk::Functor::DivFloor< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | DivFloor< TInput1, TInput2, TOutput > | ) |
|
inline |
Definition at line 299 of file itkArithmeticOpsFunctors.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 291 of file itkArithmeticOpsFunctors.h.