37 #ifndef FacePatchIntersection_H
38 #define FacePatchIntersection_H
52 template<
class SrcPatchType,
class TgtPatchType>
Patch intersection based on polygonal faces. This triangulates the supplied patches and passes them t...
FacePatchIntersection(const SrcPatchType &srcPatch, const TgtPatchType &tgtPatch, const scalar snapTol)
Construct from a source and a target patch.
virtual word type() const
virtual ~FacePatchIntersection()
Destructor.
Base class for patch intersections. Provides storage and access to the intersection points and faces ...
const SrcPatchType & srcPatch() const
The source patch.
const TgtPatchType & tgtPatch() const
The target patch.
A class for handling words, derived from string.
String typeName(const std::type_info &info)
Return the un-mangled name given the standard type info.