ENH: Use edgeHashes.H and labelPairHashes.H

- avoids some duplicate code.
This commit is contained in:
Mark Olesen
2017-04-27 10:15:56 +02:00
parent 799490a3cf
commit 633e4c9c7f
26 changed files with 59 additions and 120 deletions

View File

@ -63,9 +63,6 @@ class searchableSurfaces
//- Region names per surface
List<wordList> regionNames_;
////- From global region name to surface and region on surface
//HashTable<labelPair> regionNames_;
//- Indices of all surfaces. Precalculated and stored.
labelList allSurfaces_;

View File

@ -26,7 +26,6 @@ License
#include "edgeIntersections.H"
#include "triSurfaceSearch.H"
#include "OFstream.H"
#include "HashSet.H"
#include "triSurface.H"
#include "pointIndexHit.H"
#include "treeDataTriSurface.H"

View File

@ -26,7 +26,7 @@ License
#include "surfaceIntersection.H"
#include "triSurfaceSearch.H"
#include "OFstream.H"
#include "HashSet.H"
#include "labelPairHashes.H"
#include "triSurface.H"
#include "pointIndexHit.H"
#include "mergePoints.H"