Home
last modified time | relevance | path

Searched refs:sfaces_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DSphere_map.h230 svertices_(), sedges_(), sfaces_(), shalfloop_() {} in boundary_item_()
242 sfaces_(D.sfaces_), in Sphere_map()
252 sfaces_ = D.sfaces_;
263 sfaces_.destroy(); in clear()
312 SFace_const_iterator sfaces_end() const { return sfaces_.end();} in sfaces_end()
321 SFace_iterator sfaces_begin() { return sfaces_.begin();} in sfaces_begin()
322 SFace_iterator sfaces_end() { return sfaces_.end();} in sfaces_end()
345 Size_type number_of_sfaces() const { return sfaces_.size();} in number_of_sfaces()
420 sfaces_.push_back( * get_face_node(SFace())); in new_sface()
463 sfaces_.erase(h); in delete_sface()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DSNC_structure.h437 shalfedges_(), shalfloops_(), sfaces_() {} in SNC_structure()
445 sfaces_(D.sfaces_) in SNC_structure()
460 sfaces_ = D.sfaces_;
483 sfaces_.destroy(); in clear()
603 { return sfaces_.begin();} in sfaces_begin()
605 { return sfaces_.end();} in sfaces_end()
623 SFace_iterator sfaces_end() { return sfaces_.end();} in sfaces_end()
656 Size_type number_of_sfaces() const { return sfaces_.size();} in number_of_sfaces()
902 sfaces_.push_back( * get_sface_node(SFace())); in new_sface_only()
948 sfaces_.erase(h); in delete_sface_only()
[all …]