HyperCube algorithm class.
More...
#include <HyperCube.hh>
|
|
static std::shared_ptr< spdlog::logger > | getConsoleOutput () |
| | Get console output.
|
| |
|
static void | setConsoleLevel (spdlog::level::level_enum level) |
| | Sets console log level.
|
| |
|
|
std::map< int, std::string > | _nodeMap |
| | avalible nodes and their numbers
|
| |
|
|
int | mPower |
| | Power.
|
| |
|
int | mStart |
| | Starting point.
|
| |
|
std::vector< int > | mPassedNodes |
| | Passed nodes.
|
| |
|
std::vector< std::vector< int > > | mAdjMatrix |
| | Matrix adjacency.
|
| |
|
std::vector< std::vector< int > > | mPaths |
| | Output paths.
|
| |
|
|
static std::shared_ptr< spdlog::logger > | mspConsoleLogger = spdlog::stdout_color_mt("salsa") |
| | Pointer to spd logger.
|
| |
◆ ~HyperCube()
| Salsa::HyperCube::~HyperCube |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: