Home
last modified time | relevance | path

Searched defs:DivWithZero (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DDataFunctions.h704 DivWithZero(double value) : ElementWiseBinaryOp(value) {} in DivWithZero() function
707 DivWithZero(const double *value) : ElementWiseBinaryOp(value) {} in DivWithZero() function
710 DivWithZero(const char *fname) : ElementWiseBinaryOp(fname) {} in DivWithZero() function