Definition in file labelPairLookup.H.
#include "src/OpenFOAM/containers/Lists/FixedList/FixedList.H"
#include "src/OpenFOAM/containers/HashTables/HashTable/HashTable.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Typedefs | |
typedef HashTable< label, FixedList< label, 2 > , FixedList< label, 2 >::Hash<> > | labelPairLookup |
A HashTable for two labels to another label. Used for e.g. for face1, face2 to shared edge.
|