35 #ifndef polyPatchIntersection_H
36 #define polyPatchIntersection_H
60 return "primitive" + patchIntersection::typeName.
capitalise();
Base class for patch intersections. Provides storage and access to the intersection points and faces ...
const polyPatch & srcPatch() const
The source patch.
const polyPatch & tgtPatch() const
The target patch.
Intersection between two polyPatches.
polyPatchIntersection(const polyPatch &srcPatch, const polyPatch &tgtPatch, const scalar snapTol)
Construct from a source and a target patch.
virtual word type() const
A patch is a list of labels that address the faces in the global face list.
A class for handling words, derived from string.
word capitalise() const
Return the word with the first letter capitalised.