dune-istl
2.4.1-rc2
|
#include <dune/istl/paamg/dependency.hh>
Public Types | |
enum | { index = i } |
typedef ReadWritePropertyMapTag | Category |
typedef G | Graph |
The type of the graph with internal properties. More... | |
typedef std::bitset< VertexProperties::SIZE > | BitSet |
The type of the bitset. More... | |
typedef BitSet::reference | Reference |
The reference type. More... | |
typedef bool | ValueType |
The value type. More... | |
typedef G::VertexDescriptor | Vertex |
The vertex descriptor. More... | |
Public Member Functions | |
PropertyGraphVertexPropertyMap (G &g) | |
Constructor. More... | |
PropertyGraphVertexPropertyMap () | |
Default constructor. More... | |
Reference | operator[] (const Vertex &vertex) const |
Get the properties associated to a vertex. More... | |