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

Method clear_parent

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

Source from the content-addressed store, hash-verified

183 }
184
185 void ContourLine::clear_parent() {
186 assert(is_hole() && "Cannot clear parent of non-hole");
187 assert(_parent != 0 && "Null parent ContourLine");
188 _parent = 0;
189 }
190
191 const ContourLine::Children &ContourLine::get_children() const {
192 assert(!_is_hole && "Cannot get_children of a hole");

Calls

no outgoing calls

Tested by

no test coverage detected