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

Function operator^

Code/BasicFilters/include/sitkImageOperators.h:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245inline Image
246operator^(const Image & img1, const Image & img2)
247{
248 return Xor(img1, img2);
249}
250inline Image
251operator^(Image && img1, const Image & img2)
252{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected