abc-master
|
#include <place_gordian.h>
Data Fields | |
int | m_numMembers |
ConcreteCell ** | m_members |
Rect | m_bounds |
bool | m_done |
bool | m_leaf |
bool | m_vertical |
float | m_area |
int | m_level |
struct Partition * | m_sub1 |
struct Partition * | m_sub2 |
Definition at line 46 of file place_gordian.h.
float Partition::m_area |
Definition at line 54 of file place_gordian.h.
Rect Partition::m_bounds |
Definition at line 50 of file place_gordian.h.
bool Partition::m_done |
Definition at line 51 of file place_gordian.h.
bool Partition::m_leaf |
Definition at line 51 of file place_gordian.h.
int Partition::m_level |
Definition at line 55 of file place_gordian.h.
ConcreteCell** Partition::m_members |
Definition at line 49 of file place_gordian.h.
int Partition::m_numMembers |
Definition at line 48 of file place_gordian.h.
struct Partition* Partition::m_sub1 |
Definition at line 56 of file place_gordian.h.
struct Partition * Partition::m_sub2 |
Definition at line 56 of file place_gordian.h.
bool Partition::m_vertical |
Definition at line 51 of file place_gordian.h.