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

Function operator|

Code/BasicFilters/include/sitkImageOperators.h:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219inline Image
220operator|(const Image & img1, const Image & img2)
221{
222 return Or(img1, img2);
223}
224inline Image
225operator|(Image && img1, const Image & img2)
226{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected