27 template<
typename ValueT,
typename Po
intT >
30 typedef typename boost::property_map< CGAL::Surface_mesh< PointT >,
31 boost::vertex_index_t >::const_type
33 typedef typename boost::vector_property_map< ValueT, vertex_index_map_type >
38 auto index_map =
get(boost::vertex_index, m);
46 template<
typename ValueT,
typename Po
intT >
49 typedef typename boost::property_map< CGAL::Surface_mesh< PointT >,
50 boost::face_index_t >::const_type
52 typedef typename boost::vector_property_map< ValueT, face_index_map_type >
57 auto index_map =
get(boost::face_index, m);
64 template<
typename ValueT,
typename Po
intT >
67 typedef typename boost::property_map< CGAL::Surface_mesh< PointT >,
68 boost::edge_index_t >::const_type
70 typedef typename boost::vector_property_map< ValueT, edge_index_map_type >
75 auto index_map =
get(boost::edge_index, m);
82 template<
typename ValueT,
typename Po
intT >
85 typedef typename boost::property_map< CGAL::Surface_mesh< PointT >,
86 boost::halfedge_index_t >::const_type
88 typedef typename boost::vector_property_map< ValueT, halfedge_index_map_type >
93 auto index_map =
get(boost::halfedge_index, m);
104 template<
typename Po
intT >
114 auto index_map =
get(boost::vertex_index, m);
121 template<
typename Po
intT >
131 auto index_map =
get(boost::vertex_index, m);
138 template<
typename Po
intT >
148 auto index_map =
get(boost::vertex_index, m);
155 template<
typename Po
intT >
165 auto index_map =
get(boost::vertex_index, m);
172 template<
typename Po
intT >
182 auto index_map =
get(boost::vertex_index, m);
189 template<
typename Po
intT >
199 auto index_map =
get(boost::vertex_index, m);
206 template<
typename Po
intT >
216 auto index_map =
get(boost::vertex_index, m);
223 template<
typename Po
intT >
233 auto index_map =
get(boost::halfedge_index, m);
240 template<
typename Po
intT >
250 auto index_map =
get(boost::halfedge_index, m);
257 template<
typename Po
intT >
267 auto index_map =
get(boost::edge_index, m);
274 template<
typename Po
intT >
284 auto index_map =
get(boost::face_index, m);
291 template<
typename Po
intT >
301 auto index_map =
get(boost::face_index, m);
308 template<
typename Po
intT >
317 auto index_map =
get(boost::face_index, m);