Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void IPLImagePlane::swap(IPLImagePlane &other)
104
{
105
IPLImagePlane tmp(std::move(other));
106
107
other = std::move(*this);
108
(*this) = std::move(tmp);
109
}
110
111
void IPLImagePlane::newPlane( void )
112
{
Callers
1
deserializeValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected