MCPcopy Create free account
hub / github.com/NanoComp/meep / left_tree

Method left_tree

src/structure_dump.cpp:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457const binary_partition *binary_partition::left_tree() const {
458 assert(!is_leaf());
459 return left.get();
460}
461
462const binary_partition *binary_partition::right_tree() const {
463 assert(!is_leaf());

Callers 2

bp_to_py_bpFunction · 0.80
split_by_binarytreeFunction · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected