MCPcopy Create free account
hub / github.com/DFHack/dfhack / is_similar

Method is_similar

plugins/3dveins.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 bool is_similar(Ptr ext2) {
341 return probability == ext2->probability &&
342 parent_mat() == ext2->parent_mat();
343 }
344
345 void link(GeoLayer *layer);
346 void merge_into(VeinExtent::Ptr ext2);

Callers 1

form_veinsMethod · 0.80

Calls 1

parent_matMethod · 0.80

Tested by

no test coverage detected