Utilities needed by ICE. More...
Functions | |
| void | Update (InferiorCells &out, const InferiorCells &in) |
| Adds the inferior cell info from in to the inferior cell info of out. | |
Utilities needed by ICE.
| void IceUtil::Update | ( | InferiorCells & | out, | |
| const InferiorCells & | in | |||
| ) |
Adds the inferior cell info from in to the inferior cell info of out.
Definition at line 1099 of file ICEngine.cpp.
References InferiorCells::AddCaptured(), InferiorCells::AddDead(), InferiorCells::AddDominatedFrom(), InferiorCells::AddMutualFillinFrom(), InferiorCells::AddPermInfFrom(), InferiorCells::AddReversibleFrom(), InferiorCells::AddVulnerableFrom(), InferiorCells::Captured(), InferiorCells::ClearDominated(), InferiorCells::ClearReversible(), InferiorCells::ClearVulnerable(), and InferiorCells::Dead().
Referenced by HexBoard::ComputeInferiorCells().