mFES - molecular Finite Element Solver  0.4
Classes | Typedefs | Functions
grid.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include "gridTypes.h"
#include "molTypes.h"
#include "grid.h"

Classes

struct  nb

Typedefs

typedef struct nb nbNode

Functions

lGrid createGrid (short i)
void signDistanceGridMol (lGrid g, Molecule mol, double PR, int gridSize)
int findProbesMol (lGrid g, float PR)
void shrink (lGrid g, double PR, int gridSize)
int fastMarching (lGrid g, char inner)

Typedef Documentation

typedef struct nb nbNode

Function Documentation

lGrid createGrid ( short  i)
int fastMarching ( lGrid  g,
char  inner 
)
int findProbesMol ( lGrid  g,
float  PR 
)
void shrink ( lGrid  g,
double  PR,
int  gridSize 
)
void signDistanceGridMol ( lGrid  g,
Molecule  mol,
double  PR,
int  gridSize 
)