GemaCoreLib
The GeMA Core library
Loading...
Searching...
No Matches
gmPCR.h File Reference

Implementation of the GmPCR class. More...

#include "gmPluginObject.h"
#include "gmPluginCategory.h"
#include "gmCell.h"
Include dependency graph for gmPCR.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implementation of the GmPCR class.

Declaration of the GmPCR class.

Author
Carlos Augusto Teixera Mendes
Date
february, 2026
Author
Carlos Augusto Teixeira Mendes
Date
February, 2026