38 #ifndef PatchIntersection_H
39 #define PatchIntersection_H
54 template<
class SrcPatchType,
class TgtPatchType>
91 inline const SrcPatchType&
srcPatch()
const;
94 inline const TgtPatchType&
tgtPatch()
const;
Base class for patch intersections. Provides storage and access to the intersection points and faces ...
const SrcPatchType & srcPatch() const
The source patch.
const SrcPatchType & srcPatch_
Reference to the source patch.
virtual ~PatchIntersection()
Destructor.
const TgtPatchType & tgtPatch() const
The target patch.
PatchIntersection(const SrcPatchType &srcPatch, const TgtPatchType &tgtPatch)
Construct from a source and a target patch.
const TgtPatchType & tgtPatch_
Reference to the target patch.
Base class for patch intersections. Provides type name and debugging. See templated derivatives for a...