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

Method get_parent

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

Source from the content-addressed store, hash-verified

194 }
195
196 const ContourLine *ContourLine::get_parent() const {
197 assert(_is_hole && "Cannot get_parent of a non-hole");
198 return _parent;
199 }
200
201 ContourLine *ContourLine::get_parent() {
202 assert(_is_hole && "Cannot get_parent of a non-hole");

Callers 3

set_parentMethod · 0.80
start_filledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected