Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
hit_mbtile.c File Reference
#include <hit_mbtile.h>
#include <hit_bshape.h>
#include <hit_allocP.h>
Include dependency graph for hit_mbtile.c:

Go to the source code of this file.

Functions

void hit_mbTileDomainShapeInternal (void *newVarP, size_t baseExtent, HitShape shape)
 
void hit_mbTileAllocInternal (void *newVarP, const char *name, const char *file, int numLine)
 
int hit_mcTileElemAtIndex (void *varP, int row, int column)
 
int hit_mcTileGraphElemAtIndex (void *varP, int pos1, int pos2)
 
void hit_mbTileClear (void *tileP)
 

Function Documentation

void hit_mbTileAllocInternal ( void *  newVarP,
const char *  name,
const char *  file,
int  numLine 
)

Definition at line 61 of file hit_mbtile.c.

void hit_mbTileClear ( void *  tileP)

Cleans a Bitmap Tile Matrix.

Parameters
tilePThe Tile.

Definition at line 117 of file hit_mbtile.c.

void hit_mbTileDomainShapeInternal ( void *  newVarP,
size_t  baseExtent,
HitShape  shape 
)

Definition at line 38 of file hit_mbtile.c.

int hit_mcTileElemAtIndex ( void *  varP,
int  row,
int  column 
)

Definition at line 86 of file hit_mbtile.c.

int hit_mcTileGraphElemAtIndex ( void *  varP,
int  pos1,
int  pos2 
)

Definition at line 99 of file hit_mbtile.c.