This is the complete list of members for PatchTools, including all inherited members.
calcBounds(const PrimitivePatch< FaceList, PointField > &p, boundBox &bb, label &nPoints) | PatchTools | static |
checkOrientation(const PrimitivePatch< FaceList, PointField > &, const bool report=false, labelHashSet *marked=0) | PatchTools | static |
edgeNormals(const polyMesh &, const PrimitivePatch< FaceList, PointField > &, const labelList &patchEdges, const labelList &coupledEdges) | PatchTools | static |
edgeNormals(const polyMesh &mesh, const PrimitivePatch< FaceList, PointField > &p, const labelList &patchEdges, const labelList &coupledEdges) | PatchTools | |
edgeOwner(const PrimitivePatch< FaceList, PointField > &) | PatchTools | static |
edgeOwner(const PrimitivePatch< FaceList, PointField > &p) | PatchTools | |
gatherAndMerge(const scalar mergeDist, const PrimitivePatch< FaceList, PointField > &p, Field< typename PrimitivePatch< FaceList, PointField >::PointType > &mergedPoints, List< typename PrimitivePatch< FaceList, PointField >::FaceType > &mergedFaces, labelList &pointMergeMap) | PatchTools | static |
gatherAndMerge(const polyMesh &mesh, const FaceList &faces, const labelList &meshPoints, const Map< label > &meshPointMap, labelList &pointToGlobal, labelList &uniqueMeshPointLabels, autoPtr< globalIndex > &globalPoints, autoPtr< globalIndex > &globalFaces, List< typename FaceList::value_type > &mergedFaces, pointField &mergedPoints) | PatchTools | static |
markZone(const PrimitivePatch< FaceList, PointField > &, const BoolListType &borderEdge, const label facei, const label currentZone, labelList &faceZone) | PatchTools | static |
markZones(const PrimitivePatch< FaceList, PointField > &, const BoolListType &borderEdge, labelList &faceZone) | PatchTools | static |
markZones(const PrimitivePatch< FaceList, PointField > &p, const BoolListType &borderEdge, labelList &faceZone) | PatchTools | |
matchEdges(const PrimitivePatch< FaceList1, PointField1 > &p1, const PrimitivePatch< FaceList2, PointField2 > &p2, labelList &p1EdgeLabels, labelList &p2EdgeLabels, PackedBoolList &sameOrientation) | PatchTools | static |
matchPoints(const PrimitivePatch< FaceList1, PointField1 > &p1, const PrimitivePatch< FaceList2, PointField2 > &p2, labelList &p1PointLabels, labelList &p2PointLabels) | PatchTools | static |
pointNormals(const polyMesh &, const PrimitivePatch< FaceList, PointField > &) | PatchTools | static |
pointNormals(const polyMesh &mesh, const PrimitivePatch< FaceList, PointField > &p) | PatchTools | |
sortedEdgeFaces(const PrimitivePatch< FaceList, PointField > &) | PatchTools | static |
sortedEdgeFaces(const PrimitivePatch< FaceList, PointField > &p) | PatchTools | |
sortedPointEdges(const PrimitivePatch< FaceList, PointField > &) | PatchTools | static |
sortedPointEdges(const PrimitivePatch< FaceList, PointField > &p) | PatchTools | |
subsetMap(const PrimitivePatch< FaceList, PointField > &p, const BoolListType &includeFaces, labelList &pointMap, labelList &faceMap) | PatchTools | static |