MCPcopy Create free account
hub / github.com/PDAL/PDAL / Edge

Method Edge

filters/NormalFilter.hpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 double m_weight;
56
57 Edge(PointId i, PointId j, double weight)
58 : m_v0(i), m_v1(j), m_weight(weight)
59 {
60 }
61};
62
63struct CompareEdgeWeight

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected