#include <Pieces.h>
Public Member Functions | |
PicsSet (const SlvCube *scube) | |
this ctor takes the selection from the Solution | |
PicsSet (bool bSym) | |
this ctor takes the selection from the bucket with bSym == true, there are more rtns for every pic. | |
int | size () const |
void | makereps () |
Construct the repetitions of pieces. | |
Public Attributes | |
bool | bConsiderSymetric |
QVector< PicType > | pics |
When the used hits "Solve It" a PicsSet is constructed with the currently selected pieces and the solution engine is ran using it.
PicsSet::PicsSet | ( | const SlvCube * | scube | ) |
this ctor takes the selection from the Solution
PicsSet::PicsSet | ( | bool | bSym | ) |
this ctor takes the selection from the bucket with bSym == true, there are more rtns for every pic.
int PicsSet::size | ( | ) | const [inline] |
void PicsSet::makereps | ( | ) |
Construct the repetitions of pieces.
construct the "rep" member of PicType. rep is an array of containing the indexes of all other pics that are similar in shape to the current one.
QVector<PicType> PicsSet::pics |