#include "DetectorDescription/Core/interface/adjgraph.h"
#include "DetectorDescription/Core/interface/graphwalker.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
template<class N , class E > | |
void | graph_combine (const graph< N, E > &g1, const graph< N, E > &g2, const N &n1, const N &n2, const N &root, graph< N, E > &result) |
template<class N , class E > | |
void | graph_tree_output (const graph< N, E > &g, const N &root, std::ostream &os) |
template<class N , class E > | |
void | output (const graph< N, E > &g, const N &root) |
void graph_combine | ( | const graph< N, E > & | g1, |
const graph< N, E > & | g2, | ||
const N & | n1, | ||
const N & | n2, | ||
const N & | root, | ||
graph< N, E > & | result | ||
) |
Definition at line 26 of file graph_util.h.
References graph< N, E >::addEdge(), graphwalker< N, E >::current(), graph< N, E >::value_type::first, plotBeamSpotDB::first, diffTwoXMLs::g1, N, graphwalker< N, E >::next(), graph< N, E >::nodeData(), graph< N, E >::replace(), graph< N, E >::value_type::second, and graphwalker< N, E >::stack().
void graph_tree_output | ( | const graph< N, E > & | g, |
const N & | root, | ||
std::ostream & | os | ||
) |
Definition at line 53 of file graph_util.h.
References graphwalker< N, E >::current(), HLT_25ns10e33_v2_cff::depth, graph< N, E >::value_type::first, graphwalker< N, E >::firstChild(), graphwalker< N, E >::nextSibling(), graphwalker< N, E >::parent(), alignCSCRings::s, graph< N, E >::value_type::second, graphwalker< N, E >::stack(), AlCaHLTBitMon_QueryRunRegistry::string, and w.
Definition at line 14 of file graph_util.h.
References gather_cfg::cout, graphwalker< N, E >::current(), graph< N, E >::value_type::first, graphwalker< N, E >::next(), and w.