Map from edge (expressed as its endpoints) to value. More...
#include <OpenFOAM/EdgeMap.H>
Map from edge (expressed as its endpoints) to value.
Definition at line 48 of file EdgeMap.H.
Public Member Functions | |
EdgeMap (const label size=128) | |
Construct given initial map size.
| |
EdgeMap (Istream &is) | |
Construct from Istream.
| |
EdgeMap (const EdgeMap< T > &map) | |
Construct as copy.
|
EdgeMap | ( | const label | size = 128
) |
[inline]
|