AddCaptured(HexColor color, const bitset_t &captured) | InferiorCells | |
AddCaptured(HexColor color, HexPoint captured) | InferiorCells | |
AddDead(const bitset_t &dead) | InferiorCells | |
AddDead(HexPoint dead) | InferiorCells | |
AddDominated(HexPoint cell, HexPoint dominator) | InferiorCells | |
AddDominated(HexPoint cell, const std::set< HexPoint > &dom) | InferiorCells | |
AddDominatedFrom(const InferiorCells &other) | InferiorCells | |
AddMutualFillin(HexColor color, const bitset_t &cells, const bitset_t &carrier) | InferiorCells | |
AddMutualFillin(HexColor color, HexPoint cell, const bitset_t &carrier) | InferiorCells | |
AddMutualFillinFrom(HexColor color, const InferiorCells &other) | InferiorCells | |
AddPermInf(HexColor color, const bitset_t &cells, const bitset_t &carrier) | InferiorCells | |
AddPermInf(HexColor color, HexPoint cell, const bitset_t &carrier) | InferiorCells | |
AddPermInfFrom(HexColor color, const InferiorCells &other) | InferiorCells | |
AddReversible(HexPoint cell, bitset_t carrier, HexPoint reverser) | InferiorCells | |
AddReversible(HexPoint cell, bitset_t carrier, const std::set< HexPoint > &reversers) | InferiorCells | |
AddReversibleFrom(const InferiorCells &other) | InferiorCells | |
AddVulnerable(HexPoint cell, HexPoint killer) | InferiorCells | |
AddVulnerable(HexPoint cell, const std::set< HexPoint > &killers) | InferiorCells | |
AddVulnerable(HexPoint cell, const VulnerableKiller &killer) | InferiorCells | |
AddVulnerable(HexPoint cell, const std::set< VulnerableKiller > &dom) | InferiorCells | |
AddVulnerableFrom(const InferiorCells &other) | InferiorCells | |
All() const | InferiorCells | |
AllReversers() const | InferiorCells | [inline] |
AllReversibleCarriers() const | InferiorCells | [inline] |
AssertPairwiseDisjoint() const | InferiorCells | [private] |
Captured(HexColor color) const | InferiorCells | [inline] |
Clear() | InferiorCells | |
ClearCaptured(HexColor color) | InferiorCells | |
ClearDead() | InferiorCells | |
ClearDominated() | InferiorCells | |
ClearMutualFillin(HexColor color) | InferiorCells | |
ClearPermInf(HexColor color) | InferiorCells | |
ClearReversible() | InferiorCells | |
ClearVulnerable() | InferiorCells | |
Dead() const | InferiorCells | [inline] |
DeductionSet(HexColor color) const | InferiorCells | |
Dominated() const | InferiorCells | |
Fillin(HexColor color) const | InferiorCells | |
FindPresimplicialPairs() const | InferiorCells | |
GuiOutput() const | InferiorCells | |
InferiorCells() | InferiorCells | |
Killers(HexPoint p) const | InferiorCells | [inline] |
m_allReversers | InferiorCells | [private] |
m_allReversibleCarriers | InferiorCells | [private] |
m_captured | InferiorCells | [private] |
m_dead | InferiorCells | [private] |
m_dom_graph | InferiorCells | [private] |
m_dominated | InferiorCells | [mutable, private] |
m_dominated_computed | InferiorCells | [mutable, private] |
m_killers | InferiorCells | [private] |
m_mutual_fillin | InferiorCells | [private] |
m_mutual_fillin_carrier | InferiorCells | [private] |
m_perm_inf | InferiorCells | [private] |
m_perm_inf_carrier | InferiorCells | [private] |
m_reversers | InferiorCells | [private] |
m_reversible | InferiorCells | [private] |
m_vulnerable | InferiorCells | [private] |
MutualFillin(HexColor color) const | InferiorCells | [inline] |
MutualFillinCarrier(HexColor color) const | InferiorCells | [inline] |
PermInf(HexColor color) const | InferiorCells | [inline] |
PermInfCarrier(HexColor color) const | InferiorCells | [inline] |
RemoveCaptured(HexColor color, const bitset_t &captured) | InferiorCells | |
RemoveDead(const bitset_t &dead) | InferiorCells | |
RemoveDominated(const bitset_t &dominated) | InferiorCells | |
RemoveMutualFillin(HexColor color, const bitset_t &mutual) | InferiorCells | |
RemovePermInf(HexColor color, const bitset_t &perminf) | InferiorCells | |
RemoveReversible(const bitset_t &reversible) | InferiorCells | |
RemoveReversible(HexPoint reversible) | InferiorCells | |
RemoveVulnerable(const bitset_t &vulnerable) | InferiorCells | |
Reversers(HexPoint p) const | InferiorCells | [inline] |
Reversible() const | InferiorCells | [inline] |
Vulnerable() const | InferiorCells | [inline] |