ARB
Classes | Macros | Functions
CT_part.cxx File Reference
#include "CT_part.hxx"
#include "CT_common.hxx"
Include dependency graph for CT_part.cxx:

Go to the source code of this file.

Classes

struct  bitcounter
 

Macros

#define BITS_PER_PELEM   (sizeof(PELEM)*8)
 

Functions

uint8_t bytebitcount (uint8_t byte)
 
int bitcount (PELEM e)
 
int PELEM_cmp (const PELEM &p1, const PELEM &p2)
 

Macro Definition Documentation

#define BITS_PER_PELEM   (sizeof(PELEM)*8)

Definition at line 19 of file CT_part.cxx.

Referenced by PartitionSize::PartitionSize().

Function Documentation

uint8_t bytebitcount ( uint8_t  byte)
inline

Definition at line 235 of file CT_part.cxx.

Referenced by bitcounter::bitcounter().

int bitcount ( PELEM  e)
inline

Definition at line 252 of file CT_part.cxx.

References bitcounter::bytebits.

Referenced by PART::distanceTo().

int PELEM_cmp ( const PELEM p1,
const PELEM p2 
)
inline

Definition at line 361 of file CT_part.cxx.

Referenced by PART::topological_cmp().