37#ifndef Foam_meshTools_H
38#define Foam_meshTools_H
66 static const label
mXmYmZ = 0;
71 static const label
mXmYpZ = 4;
156 template<
class FaceType>
166 template<
class FaceType>
260 const label thisEdgeI,
261 const label thisVertI
289 const label startEdgeI,
290 const label startVertI,
labelList faceLabels(nFaceLabels)
uindirectPrimitivePatch pp(UIndirectList< face >(mesh.faces(), faceLabels), mesh.points())
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
Mesh consisting of general polyhedral cells.
Cell-face mesh analysis engine.
Standard boundBox with extra functionality for use in octree.
Representation of a 3D Cartesian coordinate system as a Vector of row vectors.
OBJstream os(runTime.globalPath()/outputName)
List< edge > edgeList
List of edge.
List< label > labelList
A List of labels.
PrimitivePatch< SubList< face >, const pointField & > primitivePatch
A PrimitivePatch with a SubList addressing for the faces, const reference for the point field.
List< face > faceList
List of faces.
List< cell > cellList
List of cell.
Field< vector > vectorField
Specialisation of Field<T> for vector.
vector point
Point is a vector.
vectorField pointField
pointField is a vectorField.