26 #include "triSurface.H"
39 <<
"# Geomview OFF file" <<
endl
40 <<
"# Regions:" <<
endl;
48 os <<
"# " << patchI <<
" "
49 << myPatches[patchI].name() <<
endl;
55 os <<
"# nPoints nTriangles nEdges" <<
endl
64 os << ps[pointi].x() <<
' '
65 << ps[pointi].y() <<
' '
66 << ps[pointi].z() <<
" #" << pointi <<
endl;
82 patchFaceI < myPatches[patchI].size();
89 << operator[](faceI)[0] <<
' '
90 << operator[](faceI)[1] <<
' '
91 << operator[](faceI)[2] <<
' '
92 << operator[](faceI).region()
102 << operator[](faceI)[0] <<
' '
103 << operator[](faceI)[1] <<
' '
104 << operator[](faceI)[2] <<
' '
105 << operator[](faceI).region()