MCPcopy Create free account
hub / github.com/LiangliangNan/PolyFit / begin_surface

Method begin_surface

code/model/map_builder.cpp:90–98  ·  view source on GitHub ↗

Map* MapBuilder::map() { return target() ; } */

Source from the content-addressed store, hash-verified

88}
89*/
90void MapBuilder::begin_surface() {
91 transition(initial, surface) ;
92 star_.bind(target()) ;
93 is_locked_.bind(target()) ;
94 nb_non_manifold_v_ = 0 ;
95 nb_duplicate_e_ = 0 ;
96 nb_isolated_v_ = 0 ;
97 all_facet_keys = new std::set<FacetKey> ;
98}
99
100void MapBuilder::end_surface() {
101 delete all_facet_keys ;

Callers 5

do_readMethod · 0.80
duplicateFunction · 0.80
construct_bbox_meshMethod · 0.80
compute_proxy_meshMethod · 0.80
applyMethod · 0.80

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected