MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / swap

Method swap

IPL/src/IPLImagePlane.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103void IPLImagePlane::swap(IPLImagePlane &other)
104{
105 IPLImagePlane tmp(std::move(other));
106
107 other = std::move(*this);
108 (*this) = std::move(tmp);
109}
110
111void IPLImagePlane::newPlane( void )
112{

Callers 1

deserializeValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected