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

Method ContourLine

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

Source from the content-addressed store, hash-verified

174 }
175
176 ContourLine::ContourLine(bool is_hole)
177 : std::vector<XY>(), _is_hole(is_hole), _parent(0) {}
178
179 void ContourLine::add_child(ContourLine *child) {
180 assert(!_is_hole && "Cannot add_child to a hole");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected