HOG2
|
#include <PancakePuzzle.h>
Public Member Functions | |
PancakePuzzleState () | |
size_t | size () const |
void | FinishUnranking () |
void | Reset () |
Public Attributes | |
int | puzzle [N] |
Definition at line 14 of file PancakePuzzle.h.
|
inline |
Definition at line 16 of file PancakePuzzle.h.
References PancakePuzzleState< N >::Reset().
|
inline |
Definition at line 20 of file PancakePuzzle.h.
|
inline |
Definition at line 21 of file PancakePuzzle.h.
References PancakePuzzleState< N >::puzzle.
Referenced by PancakePuzzleState< N >::PancakePuzzleState().
|
inline |
Definition at line 19 of file PancakePuzzle.h.
Referenced by PancakePuzzle< N >::ApplyAction(), PancakePuzzle< N >::GetAction(), PancakePuzzle< N >::GoalTest(), PancakePuzzle< N >::OpenGLDraw(), operator==(), PancakePuzzle< N >::Path_Check(), and PancakePuzzle< N >::State_Check().
int PancakePuzzleState< N >::puzzle[N] |
Definition at line 26 of file PancakePuzzle.h.
Referenced by PancakePuzzle< N >::ApplyAction(), PancakePuzzle< N >::Create_Random_Pancake_Puzzles(), PancakePuzzle< N >::DefaultH(), PancakePuzzle< N >::Draw(), PancakePuzzle< N >::GetAction(), PancakePuzzle< N >::GetActions(), GetPancakeInstance(), PancakePuzzle< N >::GetStateFromHash(), PancakePuzzle< N >::HCost(), PancakePuzzle< N >::OpenGLDraw(), operator==(), PancakePuzzle< N >::read_in_pancake_puzzles(), and PancakePuzzleState< N >::Reset().