54 template<
typename HalfedgeGraph,
56 typename VertexColorMap,
63 const std::string &input_filename,
66 std::vector< HalfedgeGraph * > *intermediate_meshes,
67 std::vector< VertexColorMap * >
68 *intermediate_vertex_color_maps,
70 bool do_write_intermediate_meshes,
71 const GeometryTraits &)
74 compr_valence_component;
88 intermediate_vertex_color_maps,
90 do_write_intermediate_meshes);
129 template<
typename HalfedgeGraph,
131 typename VertexColorMap,
137 VertexColorMap *v_cm,
138 const std::string &input_filename,
140 bool do_write_info =
false,
141 std::vector< HalfedgeGraph * > *intermediate_meshes =
143 std::vector< VertexColorMap * > *intermediate_vertex_color_maps =
146 bool do_write_intermediate_meshes =
false)
148 GeometryTraits gt(g);
159 intermediate_vertex_color_maps,
161 do_write_intermediate_meshes,