35 template<
typename ValueT >
39 typedef typename FEVV::CGALPointSet::Property_map< ValueT >
pmap_type;
46 .add_property_map< ValueT >(name)
51 #if 0 // useless for point cloud
54 template<
typename ValueT >
58 boost::face_index_t >::const_type
60 typedef typename boost::vector_property_map< ValueT, face_index_map_type >
65 auto index_map =
get(boost::face_index, m);
72 template<
typename ValueT >
76 boost::edge_index_t >::const_type
78 typedef typename boost::vector_property_map< ValueT, edge_index_map_type >
83 auto index_map =
get(boost::edge_index, m);
90 template<
typename ValueT >
94 boost::halfedge_index_t >::const_type
95 halfedge_index_map_type;
96 typedef typename boost::vector_property_map< ValueT, halfedge_index_map_type >
101 auto index_map =
get(boost::halfedge_index, m);
129 typedef FEVV::CGALPointSet::Vector_map pmap_type;
130 typedef FEVV::CGALPointSet::Vector_3 Vector_3;
135 .add_property_map< Vector_3 >(
"vertex_tangent")
144 typedef FEVV::CGALPointSet::Vector_map pmap_type;
145 typedef FEVV::CGALPointSet::Vector_3 Vector_3;
150 .add_property_map< Vector_3 >(
"vertex_texcoord")
161 typedef FEVV::CGALPointSet::Property_map< Color >
pmap_type;
166 .add_property_map< Color >(
"vertex_color")
181 .add_property_map< Vector_3 >(
"vertex_custom_vector")
196 .add_property_map< Vector_3 >(
"vertex_custom_vector_color")
211 .add_property_map< Vector_3 >(
"vertex_custom_vector_param")