#include <xnetwork/classes/coreviews.hpp>
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