template<typename Atlas>
AdjacencyView class
An AdjacencyView is a Read-only Map of Maps of Maps.
It is a View into a dict-of-dict-of-dict data structure. The inner level of dict is read-write. But the outer levels are read-only.
See Also
AtlasView - View into dict-of-dict MultiAdjacencyView - View into dict-of-dict-of-dict-of-dict
Base classes
-
template<typename Atlas>class AtlasView<Atlas>
Constructors, destructors, conversion operators
- AdjacencyView(Atlas& d) explicit
- Construct an AdjacencyView from an Atlas container.
Function documentation
template<typename Atlas>
AdjacencyView<Atlas>:: AdjacencyView(Atlas& d) explicit
Construct an AdjacencyView from an Atlas container.
| Parameters | |
|---|---|
| d | The Atlas container to create a view of |