|
Public Member Functions |
| UGraphCopy (Target &_target, const Source &_source) |
| Constructor for the UGraphCopy.
|
template<typename NodeRef> |
const UGraphCopy & | nodeRef (NodeRef &map) const |
| Copies the node references into the given map.
|
template<typename NodeRef> |
const UGraphCopy & | nodeCrossRef (NodeRef &map) const |
| Reverse and copies the node references into the given map.
|
template<typename EdgeRef> |
const UGraphCopy & | edgeRef (EdgeRef &map) const |
| Copies the edge references into the given map.
|
template<typename EdgeRef> |
const UGraphCopy & | edgeCrossRef (EdgeRef &map) const |
| Reverse and copies the undirected edge references into the given map.
|
template<typename EdgeRef> |
const UGraphCopy & | uEdgeRef (EdgeRef &map) const |
| Copies the undirected edge references into the given map.
|
template<typename EdgeRef> |
const UGraphCopy & | uEdgeCrossRef (EdgeRef &map) const |
| Reverse and copies the undirected edge references into the given map.
|
template<typename TargetMap, typename SourceMap> |
const UGraphCopy & | nodeMap (TargetMap &tMap, const SourceMap &sMap) const |
| Make copy of the given map.
|
template<typename TargetMap, typename SourceMap> |
const UGraphCopy & | edgeMap (TargetMap &tMap, const SourceMap &sMap) const |
| Make copy of the given map.
|
template<typename TargetMap, typename SourceMap> |
const UGraphCopy & | uEdgeMap (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.
|
const UEdgeRefMap & | uEdgeRef () const |
| Gives back the stored uedge references.
|