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

Go to the source code of this file.

Functions

void hit_gcTileDomainShapeInternal (void *newVarP, size_t baseExtent, HitShape shape, int allocOpts)
 
void hit_gcTileAllocInternal (void *newVarP, const char *name, const char *file, int numLine)
 
int hit_gcTileGraphEdgeAtIndex (void *varP, int pos1, int pos2)
 
int hit_gcTileGraphVertexAtIndex (void *varP, int vertex)
 
void hit_gcTileClearVertices (void *varP)
 
void hit_gcTileCopyVertices (void *destP, void *srcP)
 

Function Documentation

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

Definition at line 67 of file hit_gctile.c.

void hit_gcTileClearVertices ( void *  varP)

Definition at line 132 of file hit_gctile.c.

void hit_gcTileCopyVertices ( void *  destP,
void *  srcP 
)

Definition at line 145 of file hit_gctile.c.

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

Definition at line 39 of file hit_gctile.c.

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

Definition at line 100 of file hit_gctile.c.

int hit_gcTileGraphVertexAtIndex ( void *  varP,
int  vertex 
)
inline

Definition at line 119 of file hit_gctile.c.