Graph Hook Library
Contents:
C++ API
Graph Hook Library
Index
Index
B
|
C
|
G
|
I
|
P
|
R
|
S
B
boost (C++ type)
C
cereal (C++ type)
cereal::construct (C++ class)
cereal::load (C++ function)
cereal::save (C++ function)
CEREAL_FWD_DLL_EXPORT (C macro)
CEREAL_FWD_FORCE_DYNAMIC_INIT (C macro)
CEREAL_FWD_USED (C macro)
G
ghl (C++ type)
ghl::apply_isomorphism (C++ function)
ghl::base_node_bindings (C++ function)
ghl::BaseNode (C++ class)
ghl::BaseNode::BaseNode (C++ function)
ghl::BaseNode::clone (C++ function)
ghl::BaseNode::graphAttributes (C++ function)
ghl::BaseNode::id (C++ function)
,
[1]
ghl::BaseNode::id_ (C++ member)
ghl::BaseNode::operator== (C++ function)
ghl::BaseNode::~BaseNode (C++ function)
ghl::CloneVertexFunction (C++ type)
ghl::construct_graph (C++ function)
ghl::convert_dot_to_pdf (C++ function)
ghl::declare_generic_edge_descriptor (C++ function)
ghl::declare_graph_bindings (C++ function)
ghl::declare_isomorphism_bindings (C++ function)
ghl::deconstruct_graph (C++ function)
ghl::Edge (C++ type)
ghl::EdgeDescImpl (C++ type)
ghl::EdgeReplacementStruct (C++ struct)
ghl::EdgeReplacementStruct::edge_properties (C++ member)
ghl::EdgeReplacementStruct::new_vertex (C++ member)
ghl::EdgeReplacementStruct::old_vertex (C++ member)
ghl::EdgeReplacementStruct::src_trg (C++ member)
ghl::edges_ (C++ function)
ghl::ExtendedGraph (C++ class)
ghl::ExtendedGraph::add_edge (C++ function)
ghl::ExtendedGraph::add_vertex (C++ function)
ghl::ExtendedGraph::add_vertex_after_pred (C++ function)
ghl::ExtendedGraph::add_vertex_after_vertex (C++ function)
ghl::ExtendedGraph::add_vertex_before_pred (C++ function)
ghl::ExtendedGraph::add_vertex_before_vertex (C++ function)
ghl::ExtendedGraph::curr_graph (C++ member)
ghl::ExtendedGraph::duplicate_vertex (C++ function)
ghl::ExtendedGraph::edge_property_writer (C++ function)
ghl::ExtendedGraph::edge_range (C++ function)
ghl::ExtendedGraph::edge_source (C++ function)
ghl::ExtendedGraph::edge_target (C++ function)
ghl::ExtendedGraph::ExtendedGraph (C++ function)
,
[1]
ghl::ExtendedGraph::fix_vertex_obj_ids (C++ function)
ghl::ExtendedGraph::graph (C++ function)
,
[1]
ghl::ExtendedGraph::graph_ (C++ member)
ghl::ExtendedGraph::GraphType (C++ type)
ghl::ExtendedGraph::is_vertex_in_isomorphism (C++ function)
ghl::ExtendedGraph::IsoMap (C++ type)
ghl::ExtendedGraph::merge_vertices (C++ function)
ghl::ExtendedGraph::operator[] (C++ function)
,
[1]
,
[2]
,
[3]
ghl::ExtendedGraph::print_dfs_graph (C++ function)
ghl::ExtendedGraph::remove_vertex_pred (C++ function)
ghl::ExtendedGraph::replace_subgraph (C++ function)
ghl::ExtendedGraph::set_base_graph (C++ function)
ghl::ExtendedGraph::TemplatedEdge (C++ type)
ghl::ExtendedGraph::TemplatedEdgeReplacementStruct (C++ type)
ghl::ExtendedGraph::TemplatedVertex (C++ type)
ghl::ExtendedGraph::vertex_property_writer (C++ function)
ghl::ExtendedGraph::vertex_range (C++ function)
ghl::ExtendedGraph::write_graph (C++ function)
ghl::ExtendedGraph::~ExtendedGraph (C++ function)
ghl::ExtendedSubGraph (C++ class)
ghl::ExtendedSubGraph::add_edge (C++ function)
,
[1]
,
[2]
ghl::ExtendedSubGraph::add_subgraph (C++ function)
,
[1]
ghl::ExtendedSubGraph::add_vertex (C++ function)
,
[1]
,
[2]
ghl::ExtendedSubGraph::Edge (C++ type)
ghl::ExtendedSubGraph::ExtendedEdgeProperties (C++ type)
ghl::ExtendedSubGraph::ExtendedVertexProperties (C++ type)
ghl::ExtendedSubGraph::fix_id_vertices (C++ function)
ghl::ExtendedSubGraph::graph (C++ function)
,
[1]
ghl::ExtendedSubGraph::graph_ (C++ member)
ghl::ExtendedSubGraph::GraphType (C++ type)
ghl::ExtendedSubGraph::GraphvizAttributes (C++ type)
ghl::ExtendedSubGraph::operator[] (C++ function)
ghl::ExtendedSubGraph::subgraphs_ (C++ member)
ghl::ExtendedSubGraph::UnderlyingGraph (C++ type)
ghl::ExtendedSubGraph::update_graph_attributes (C++ function)
ghl::ExtendedSubGraph::Vertex (C++ type)
ghl::ExtendedSubGraph::write_graph (C++ function)
ghl::generic_edge_descriptor (C++ struct)
ghl::generic_edge_descriptor::in_ (C++ member)
ghl::generic_edge_descriptor::out_ (C++ member)
ghl::generic_edge_descriptor::properties_ (C++ member)
ghl::Graph (C++ type)
ghl::graph_bindings (C++ function)
ghl::in_edges (C++ function)
ghl::Isomorphism (C++ class)
ghl::Isomorphism::apply_isomorphism_to_graph (C++ function)
ghl::Isomorphism::construct_desired_graph (C++ function)
ghl::Isomorphism::ConstructDesiredGraphFunction (C++ type)
ghl::Isomorphism::discover (C++ function)
ghl::Isomorphism::edge_comp_function (C++ function)
ghl::Isomorphism::edge_comp_helper (C++ struct)
ghl::Isomorphism::edge_comp_helper::ecf_ (C++ member)
ghl::Isomorphism::edge_comp_helper::edge_comp_helper (C++ function)
ghl::Isomorphism::edge_comp_helper::G1_ (C++ member)
ghl::Isomorphism::edge_comp_helper::G2_ (C++ member)
ghl::Isomorphism::edge_comp_helper::operator() (C++ function)
ghl::Isomorphism::EdgeCompFunction (C++ type)
ghl::Isomorphism::GraphType (C++ type)
ghl::Isomorphism::inplace_update_function (C++ function)
ghl::Isomorphism::InPlaceUpdateFunction (C++ type)
ghl::Isomorphism::input_graph_ (C++ member)
ghl::Isomorphism::is_isomorphism_valid (C++ function)
ghl::Isomorphism::IsIsomorphismValidFunction (C++ type)
ghl::Isomorphism::IsoMap (C++ type)
ghl::Isomorphism::Isomorphism (C++ function)
ghl::Isomorphism::isomorphisms_callback (C++ struct)
ghl::Isomorphism::isomorphisms_callback::discover_first_ (C++ member)
ghl::Isomorphism::isomorphisms_callback::g_ (C++ member)
ghl::Isomorphism::isomorphisms_callback::is_isomorphism_valid_ (C++ member)
ghl::Isomorphism::isomorphisms_callback::isomorphisms_callback (C++ function)
ghl::Isomorphism::isomorphisms_callback::nonoverlapping (C++ member)
ghl::Isomorphism::isomorphisms_callback::operator() (C++ function)
ghl::Isomorphism::isomorphisms_callback::sg_ (C++ member)
ghl::Isomorphism::isomorphisms_callback::specialize_isomorphism_ (C++ member)
ghl::Isomorphism::isomorphisms_callback::used_vertices_ (C++ member)
ghl::Isomorphism::isomorphisms_callback::valid_isomorphisms_ (C++ member)
ghl::Isomorphism::original_input_graph_ (C++ member)
ghl::Isomorphism::reconstruct_edges_function (C++ function)
ghl::Isomorphism::ReconstructEdgesFunction (C++ type)
ghl::Isomorphism::reset_input_graph (C++ function)
ghl::Isomorphism::specialize_isomorphism (C++ function)
ghl::Isomorphism::SpecializeIsoFunction (C++ type)
ghl::Isomorphism::TemplatedEdge (C++ type)
ghl::Isomorphism::TemplatedEdgeReplacementStruct (C++ type)
ghl::Isomorphism::TemplatedVertex (C++ type)
ghl::Isomorphism::vertex_comp_function (C++ function)
ghl::Isomorphism::vertex_comp_helper (C++ struct)
ghl::Isomorphism::vertex_comp_helper::G1_ (C++ member)
ghl::Isomorphism::vertex_comp_helper::G2_ (C++ member)
ghl::Isomorphism::vertex_comp_helper::operator() (C++ function)
ghl::Isomorphism::vertex_comp_helper::vcf_ (C++ member)
ghl::Isomorphism::vertex_comp_helper::vertex_comp_helper (C++ function)
ghl::Isomorphism::VertexCompFunction (C++ type)
ghl::Isomorphism::~Isomorphism (C++ function)
ghl::isomorphism_bindings (C++ function)
ghl::iterate_isomorphisms (C++ function)
ghl::ModifyVertexPairFunction (C++ type)
ghl::NodeLike (C++ concept)
ghl::out_edges (C++ function)
ghl::pair_hash (C++ struct)
ghl::pair_hash::operator() (C++ function)
ghl::primitive_edge_bindings (C++ function)
ghl::PrimitiveEdge (C++ class)
ghl::PrimitiveEdge::clone (C++ function)
ghl::PrimitiveEdge::graphAttributes (C++ function)
ghl::PrimitiveEdge::id (C++ function)
,
[1]
ghl::PrimitiveEdge::id_ (C++ member)
ghl::PrimitiveEdge::PrimitiveEdge (C++ function)
ghl::PrimitiveEdge::~PrimitiveEdge (C++ function)
ghl::print_graph (C++ function)
ghl::UEdge (C++ type)
ghl::UndirectedGraph (C++ type)
ghl::update_edge_source (C++ function)
ghl::update_edge_target (C++ function)
ghl::UVertex (C++ type)
ghl::Vertex (C++ type)
ghl::vertices_ (C++ function)
I
is_shared_ptr (C++ struct)
is_shared_ptr<std::shared_ptr<T>> (C++ struct)
P
pybind11 (C++ type)
pybind11::load (C++ function)
,
[1]
,
[2]
pybind11::save (C++ function)
,
[1]
,
[2]
PYBIND11_EXPORT (C macro)
PYBIND11_MAKE_OPAQUE (C++ function)
PYBIND11_MODULE (C++ function)
R
REGISTER_SERIALIZATION (C macro)
REGISTER_TYPE_AND_POLYMORPHISM (C macro)
S
SERIALIZE_BASE (C macro)
SERIALIZE_CHILD (C macro)
SERIALIZE_CHILD_NO_ARGS (C macro)
std (C++ type)