MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / QuadEdge

Method QuadEdge

source/matplot/util/contourc.cpp:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 // Note that EXISTS_NE_CORNER(quad) is equivalent to BOUNDARY_SW(quad), etc.
110
111 QuadEdge::QuadEdge() : quad(-1), edge(Edge::Edge_None) {}
112
113 QuadEdge::QuadEdge(long quad_, Edge edge_) : quad(quad_), edge(edge_) {}
114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected