CMlib
Cell mapping algorithms in C++
scm.h File Reference
#include "css.h"
#include "system.h"
#include "coloring.h"
#include <stdio.h>
#include <jpeg-9a/jpeglib.h>
#include <iostream>

Go to the source code of this file.

Classes

class  cm::SCM< CellType, IDType, StateVectorType >
 

Namespaces

 cm
 

Typedefs

template<class StateVectorType >
using cm::SCM32 = SCM< SCMCell< uint32_t >, uint32_t, StateVectorType >
 
template<class StateVectorType >
using cm::SCM64 = SCM< SCMCell< uint64_t >, uint64_t, StateVectorType >