Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
topology_summary.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "lightgraph/internal/topology/TopologySummary.h"
4
5#include "topology.hpp"
6
13
19
21 return ::buildTopologySummary(object);
22}
23
24} // namespace lightgraph::integration
::TopologyObject Object
Definition topology.hpp:20
::TopologySummaryModel TopologySummaryModel
::TopologySummaryIntersection TopologySummaryIntersection
::TopologySummary TopologySummary
::TopologySummaryConnection TopologySummaryConnection
::TopologySummaryPort TopologySummaryPort
TopologySummary summarizeTopology(const Object &object)