![]() |
Code Documentation 3.3
Social Network Visualizer
|
#include "kernel_prominence_v4.h"#include "graph.h"#include "graphvertex.h"#include "tools/cli/cli_common.h"#include "tools/headless_graph_loader.h"#include <QElapsedTimer>#include <QFileInfo>#include <QJsonArray>#include <QTextStream>
Namespaces | |
| namespace | cli |
Functions | |
| static QJsonArray | cli::buildPerNodeArrayV4 (Graph &g) |
| static QJsonObject | cli::buildGoldenJsonV4 (const QString &inputPath, int fileFormat, const HeadlessLoadResult &load, Graph &g, const CliConfig &cfg) |
| static bool | cli::cmpPerNodeArrayV4 (const QJsonArray &eArr, const QJsonArray &aArr, QTextStream &err) |
| static int | cli::compareGoldenV4 (const QJsonObject &expected, const QJsonObject &actual) |
| int | cli::runKernelProminenceV4 (const CliConfig &cfg, const HeadlessLoadResult &load, Graph &g) |