14 for (
auto poly_face : poly_faces_)
26 std::vector<chi_mesh::Face>::const_iterator curface;
31 long index = std::distance(that.
GetTriangles().begin(),curface);
32 os <<
"Face " << index <<
" v:";
33 os << curface->v_index[0] <<
"->";
34 os << curface->v_index[1] <<
"->";
35 os << curface->v_index[2] <<
" ";
40 os <<
"[" << curface->e_index[e][0] <<
",";
41 os << curface->e_index[e][1] <<
",";
42 os << curface->e_index[e][2] <<
",";
43 os << curface->e_index[e][3] <<
"]";
std::ostream & operator<<(std::ostream &os, chi_mesh::SurfaceMesh &that)
const std::vector< chi_mesh::Face > & GetTriangles() const