m,n-cubes Generator 1.0
Generation of the Rote sequences for m,n-cubes of plans through (0,0,0)
Public Member Functions | Public Attributes
FaceData Struct Reference

List of all members.

Public Member Functions

 FaceData ()
 representing by the face.
void delete_face ()

Public Attributes

bool discovered
 Mark for depth-first search.
char ** matrix

Detailed Description

Data on faces for DCEL extended

Definition at line 140 of file rote_generation.cpp.


Constructor & Destructor Documentation

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.


Member Data Documentation

Mark for depth-first search.

See also:
dfs

Definition at line 141 of file rote_generation.cpp.

Two dimensional Rote sequence of the m,n-cubes

Definition at line 142 of file rote_generation.cpp.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs