m,n-cubes Generator 1.0
Generation of the Rote sequences for m,n-cubes of plans through (0,0,0)
|
Public Member Functions | |
FaceData () | |
representing by the face. | |
void | delete_face () |
Public Attributes | |
bool | discovered |
Mark for depth-first search. | |
char ** | matrix |
Data on faces for DCEL extended
Definition at line 140 of file rote_generation.cpp.
FaceData::FaceData | ( | ) | [inline] |
representing by the face.
Default constructor.
'discovered' is false, 'matrix' is allocated with only zeros.
Definition at line 148 of file rote_generation.cpp.
bool FaceData::discovered |
char** FaceData::matrix |
Two dimensional Rote sequence of the m,n-cubes
Definition at line 142 of file rote_generation.cpp.