The Original CHomP Software
|
A dummy class that substitutes MapCanExpand if there is no map to check, so the verification always results in an approval. More...
#include <cubacycl.h>
Public Member Functions | |
MapCanExpandDummy () | |
The only allowed constructor. More... | |
template<class tSet1 , class tSet2 > | |
bool | operator() (const tCube &q, const tSet1 &cset, const tSet2 &other) const |
Dummy verification. Always returns 'true'. More... | |
A dummy class that substitutes MapCanExpand if there is no map to check, so the verification always results in an approval.
Definition at line 486 of file cubacycl.h.
|
inline |
The only allowed constructor.
Definition at line 500 of file cubacycl.h.
|
inline |
Dummy verification. Always returns 'true'.
Definition at line 507 of file cubacycl.h.