Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Colin97/DeepMetaHandles
/ Edge
Class
Edge
data_preprocessing/sample_key_points.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
} surface, output;
12
13
struct Edge{
14
int u, v, n;
15
float l;
16
};
17
18
std::vector<Edge> edges;
19
std::vector<int> head;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected