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