Home
last modified time | relevance | path

Searched defs:Halfedge_index (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh/IO/
H A DPLY.h49 typedef typename Surface_mesh::Halfedge_index Halfedge_index; typedef
83 std::string prefix(Halfedge_index) const { return "h:"; } in prefix() argument
183 bool has_simplex_specific_property(internal::PLY_read_number* property, Halfedge_index) in has_simplex_specific_property() argument
534 bool fill_simplex_specific_header(std::ostream&, in fill_simplex_specific_header()
574 …string get_property_raw_name(const std::string& prop, typename Surface_mesh<Point>::Halfedge_index) in get_property_raw_name()
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh/
H A DSurface_mesh.h405 Halfedge_index(){} in Halfedge_index() function
407 Halfedge_index(size_type _idx){} in Halfedge_index() function
416 typedef SM_Halfedge_index Halfedge_index; typedef