Code Documentation 3.5
Social Network Visualizer
Loading...
Searching...
No Matches
cli::CliConfig Struct Reference

#include <tools/cli/cli_common.h>

Public Attributes

bool verbose = false
 
QString inputPath
 
int fileFormat = 0
 
QString delimiter
 
int twoMode = 0
 
bool hasLabels = false
 
bool computeCentralities = true
 
bool considerWeights = false
 
bool inverseWeights = true
 
bool dropIsolates = false
 
QString dumpJsonPath
 
QString compareJsonPath
 
int benchRuns = 0
 
QString kernel
 
bool strict = false
 

Member Data Documentation

◆ benchRuns

int cli::CliConfig::benchRuns = 0

◆ compareJsonPath

QString cli::CliConfig::compareJsonPath

◆ computeCentralities

bool cli::CliConfig::computeCentralities = true

◆ considerWeights

bool cli::CliConfig::considerWeights = false

◆ delimiter

QString cli::CliConfig::delimiter

◆ dropIsolates

bool cli::CliConfig::dropIsolates = false

◆ dumpJsonPath

QString cli::CliConfig::dumpJsonPath

◆ fileFormat

int cli::CliConfig::fileFormat = 0

◆ hasLabels

bool cli::CliConfig::hasLabels = false

◆ inputPath

QString cli::CliConfig::inputPath

◆ inverseWeights

bool cli::CliConfig::inverseWeights = true

◆ kernel

QString cli::CliConfig::kernel

◆ strict

bool cli::CliConfig::strict = false

◆ twoMode

int cli::CliConfig::twoMode = 0

◆ verbose

bool cli::CliConfig::verbose = false

The documentation for this struct was generated from the following file: