![]() |
Knight's Tour Generator
Tourneys and the Fast Generation and Obfuscation of Closed Knight's Tours
|
Tourney descriptor. More...
#include <Structs.h>
Public Member Functions | |
CTourneyDesc (GeneratorType gen, CycleType c, bool obfuscate=false) | |
Constructor. More... | |
CTourneyDesc () | |
Default constructor. More... | |
Public Attributes | |
GeneratorType | m_eGenerator = GeneratorType::Unknown |
Generator type. | |
CycleType | m_eCycle = CycleType::Unknown |
Cycle type. | |
bool | m_bObfuscate = false |
Whether to obfuscate. | |
CTourneyDesc::CTourneyDesc | ( | GeneratorType | gen, |
CycleType | c, | ||
bool | obfuscate = false |
||
) |
The tourney descriptor constructor.
gen | Generator type. |
c | Cycle type. |
obfuscate | True to obfuscate (defaults to false). |
Definition at line 39 of file Structs.cpp.
CTourneyDesc::CTourneyDesc | ( | ) |
The default tourney descriptor constructor.
Definition at line 45 of file Structs.cpp.