ITK
5.0.0
Insight Segmentation and Registration 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 308 of file 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 |
|
inline |
Definition at line 312 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 322 of file itkArithmeticOpsFunctors.h.
|
inline |
Definition at line 317 of file itkArithmeticOpsFunctors.h.