ell::NG_Successive Class Reference
#include <NeighborGenerator.hh>
Inheritance diagram for ell::NG_Successive:
Detailed Description
This subclass of NeighborGenerator generates a list of Neighbors to a given State.
Definition at line 100 of file NeighborGenerator.hh.
Public Member Functions | |
State::NeighborListPtr | getNeighborList (const State *const s) const |
Member Function Documentation
State::NeighborListPtr ell::NG_Successive::getNeighborList | ( | const State *const | s | ) | const [virtual] |
Returns a NeighborListPtr to a list of neighbors to State s.
- Parameters:
-
s generate neighbors to this state
- Returns:
- autopointer to generated NeigborList
Implements ell::NeighborGenerator.
Definition at line 55 of file NeighborGenerator.cc.
The documentation for this class was generated from the following files:
- src/ell/NeighborGenerator.hh
- src/ell/NeighborGenerator.cc