HashSet gets additional operators

- operator+=  : add in the listed keys
 - operator-=  : remove the listed keys
 - operator&=  : intersection of keys
 - added xfer constructor (just in case)
 - moved labelHashSet typedef to HashSet.H, for consistency with the
   wordHashSet typedef being there and since it is used so often
This commit is contained in:
Mark Olesen
2008-11-18 23:11:09 +01:00
parent 4e700e62b0
commit 1c9102dada
46 changed files with 190 additions and 154 deletions

View File

@ -31,7 +31,6 @@ Description
#include "labelPairLookup.H"
#include "OFstream.H"
#include "HashSet.H"
#include "labelHashSet.H"
#include "triSurface.H"
#include "pointIndexHit.H"
#include "octreeDataTriSurface.H"