CAPD RedHom Library
|
Files | |
file | acyclcfg.cpp |
Functions | |
void | readAcyclicConfigs () |
Creates the table of 3D acyclic configurations if necessary. The support for bzipped configurations added by Pawel Pilarczyk. More... | |
void | readAcyclicConfigs_previous () |
Variables | |
unsigned char | bzip2acyclicConfigsD3 [] |
The acyclic configurations table compressed with bzip2. More... | |
unsigned int | bzip2acyclicConfigsD3size = sizeof (bzip2acyclicConfigsD3) |
unsigned char * | acyclicConfigsD3 = 0 |
Uncompressed table (8 MB) of 3D acyclic neighborhood configurations. More... | |
void readAcyclicConfigs | ( | ) |
Creates the table of 3D acyclic configurations if necessary. The support for bzipped configurations added by Pawel Pilarczyk.
void readAcyclicConfigs_previous | ( | ) |
unsigned char* acyclicConfigsD3 = 0 |
Uncompressed table (8 MB) of 3D acyclic neighborhood configurations.
unsigned char bzip2acyclicConfigsD3[] |
The acyclic configurations table compressed with bzip2.
unsigned int bzip2acyclicConfigsD3size = sizeof (bzip2acyclicConfigsD3) |