|
Public Member Functions |
| GraphCopy (Target &_target, const Source &_source) |
| Constructor for the GraphCopy.
|
template<typename NodeRef> |
const GraphCopy & | nodeRef (NodeRef &map) const |
| Copies the node references into the given map.
|
template<typename NodeRef> |
const GraphCopy & | nodeCrossRef (NodeRef &map) const |
| Reverse and copies the node references into the given map.
|
template<typename EdgeRef> |
const GraphCopy & | edgeRef (EdgeRef &map) const |
| Copies the edge references into the given map.
|
template<typename EdgeRef> |
const GraphCopy & | edgeCrossRef (EdgeRef &map) const |
| Reverse and copies the edge references into the given map.
|
template<typename TargetMap, typename SourceMap> |
const GraphCopy & | nodeMap (TargetMap &tMap, const SourceMap &sMap) const |
| Make copy of the given map.
|
template<typename TargetMap, typename SourceMap> |
const GraphCopy & | edgeMap (TargetMap &tMap, const SourceMap &sMap) const |
| Make copy of the given map.
|
const NodeRefMap & | nodeRef () const |
| Gives back the stored node references.
|
const EdgeRefMap & | edgeRef () const |
| Gives back the stored edge references.
|