Template Class AdjacencyView

Inheritance Relationships

Base Type

Template Parameter Order

  1. typename Atlas

Class Documentation

template<typename Atlas>
class AdjacencyView : public AtlasView<Atlas>

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

Public Functions

inline explicit AdjacencyView(Atlas &d)