CMlib
Cell mapping algorithms in C++
coloring.h File Reference
#include <vector>
#include <cmath>
#include "cell.h"

Go to the source code of this file.

Classes

class  cm::SCMColoringMethod< CellType, IDType >
 
class  cm::SCMDefaultColoring< CellType, IDType >
 
class  cm::ClusteredSCMDefaultColoring< CellType, IDType >
 
class  cm::SCMHeatMapColoring< CellType, IDType >
 
class  cm::SCMBlackAndWhiteColoring< CellType, IDType >
 

Namespaces

 cm
 

Functions

void cm::hsv2rgb (double h, double s, double v, double &r, double &g, double &b)