![]() |
GemaCoreLib
The GeMA Core library
|
Implementation of the GmPCR class. More...


Go to the source code of this file.
Classes | |
| class | GmPCR |
| Base interface class for Partition-Color-Renumber object plugins. More... | |
Macros | |
| #define | GM_PCR_REMOTE_BIT 0x01 |
| The bit used for classifying a cell / node into a remote cell / node. | |
| #define | GM_PCR_HALO_BIT 0x02 |
| The bit used for classifying a cell / node into a halo cell / node. | |
| #define | GM_PCR_MASK 0x03 |
| The mask for the cell classification bits inside an integer value. | |
| #define | GM_PCR_NUM_MASK_BITS 2 |
| The number of bits reserved for the cell / node classification. | |
| #define | GM_PCR_NUM_CLASSES (1 << GM_PCR_NUM_MASK_BITS) |
| The number of possible classes for the cell / node classification. | |