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

Function operator*

Code/BasicFilters/include/sitkImageOperators.h:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 return Subtract(s, img);
93}
94inline Image
95operator*(const Image & img1, const Image & img2)
96{
97 return Multiply(img1, img2);
98}
99inline Image
100operator*(Image && img1, const Image & img2)
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected