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

Go to the source code of this file.

Functions

void hit_gbTileDomainShapeInternal (void *newVarP, size_t baseExtent, HitShape shape, int allocOpts)
 
void hit_gbTileAllocInternal (void *newVarP, const char *name, const char *file, int numLine)
 
int hit_gbTileGraphVertexAtIndex (void *varP, int vertex)
 
int hit_gbTileGraphEdgeAtIndex (void *varP, int pos1, int pos2)
 
void hit_gbTileClearVertices (void *varP)
 
void hit_gbTileCopyVertices (void *destP, void *srcP)
 

Function Documentation

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

Definition at line 78 of file hit_gbtile.c.

void hit_gbTileClearVertices ( void *  varP)

Definition at line 146 of file hit_gbtile.c.

void hit_gbTileCopyVertices ( void *  destP,
void *  srcP 
)

Definition at line 159 of file hit_gbtile.c.

void hit_gbTileDomainShapeInternal ( void *  newVarP,
size_t  baseExtent,
HitShape  shape,
int  allocOpts 
)

Definition at line 49 of file hit_gbtile.c.

int hit_gbTileGraphEdgeAtIndex ( void *  varP,
int  pos1,
int  pos2 
)
inline

Definition at line 128 of file hit_gbtile.c.

int hit_gbTileGraphVertexAtIndex ( void *  varP,
int  vertex 
)
inline

Definition at line 113 of file hit_gbtile.c.