Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/CompactNSearch
/ PointSet
Method
PointSet
include/PointSet.h:24–27 ·
view source on GitHub ↗
* Copy constructor. */
Source
from the content-addressed store, hash-verified
22
* Copy constructor.
23
*/
24
PointSet(PointSet const& other)
25
{
26
*this = other;
27
}
28
29
/**
30
* Assignment operator.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected