Hitmap 1.3
|
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include <hit_dump.h>
Go to the source code of this file.
Functions | |
void | hit_dumpTileInternal (const void *var, const char *name, FILE *file) |
Hierarchical tiling of multi-dimensional dense array. Definitions and functions to manipulate HitTile types. This type defines a handler for dense arrays and sparse structures with meta-information to create and manipulate hierarchical tiles.
Definition in file hit_dump.c.
void hit_dumpTileInternal | ( | const void * | var, |
const char * | name, | ||
FILE * | file | ||
) |
Definition at line 57 of file hit_dump.c.