Go to the documentation of this file.
37 const fileName& fName,
38 const List<Foam::point>&
points
46 <<
"Writing " <<
points.size() <<
" points from pointList to "
47 << str.name() <<
endl;
59 const fileName& fName,
68 <<
"Writing " <<
points.size() <<
" points from pointList to "
69 << str.name() <<
endl;
81 const fileName& fName,
89 <<
"Writing points and faces to " << str.name() <<
endl;
100 const face& fP = faces[
f];
104 str<<
' ' << fP[
p] + 1;
vectorField pointField
pointField is a vectorField.
Ostream & endl(Ostream &os)
pointFromPoint topoint(const Point &P)
List< face > faceList
A List of faces.
vector point
Point is a vector.