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

Function operator%

Code/BasicFilters/include/sitkImageOperators.h:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return Divide(s, img);
143}
144inline Image
145operator%(const Image & img1, const Image & img2)
146{
147 return Modulus(img1, img2);
148}
149inline Image
150operator%(Image && img1, const Image & img2)
151{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected