MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / operator/

Function operator/

Code/BasicFilters/include/sitkImageOperators.h:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 return Multiply(s, img);
118}
119inline Image
120operator/(const Image & img1, const Image & img2)
121{
122 return Divide(img1, img2);
123}
124inline Image
125operator/(Image && img1, const Image & img2)
126{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected