The Tiny HTM Library
|
include/tinyhtm.h [code] | Convenience header that includes all tinyhtm library headers |
include/tinyhtm/common.h [code] | Common macros/functions |
include/tinyhtm/geometry.h [code] | Minimalistic functions and types for spherical geometry |
include/tinyhtm/htm.h [code] | Minimalistic functions and types for HTM indexing |
include/tinyhtm/select.h [code] | Selection algorithms |
include/tinyhtm/tree.h [code] | HTM tree indexes and queries |
include/tinyhtm/varint.h [code] | Variable length integer encoding/decoding |
src/common.c [code] | |
src/geometry.c [code] | Spherical geometry implementation |
src/htm.c [code] | Minimalistic HTM indexing implementation |
src/select.c [code] | Selection algorithm implementations |
src/tree.c [code] | HTM tree index implementation |
src/tree_count.c [code] | Counting points in a region with HTM tree indexes |
src/tree_gen.c [code] | HTM tree generation |