MCPcopy 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
13struct Edge{
14 int u, v, n;
15 float l;
16};
17
18std::vector<Edge> edges;
19std::vector<int> head;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected