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

Function operator-

Code/BasicFilters/include/sitkImageOperators.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return Add(s, img);
68}
69inline Image
70operator-(const Image & img1, const Image & img2)
71{
72 return Subtract(img1, img2);
73}
74inline Image
75operator-(Image && img1, const Image & img2)
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected