Data Fields

sVaccSurf Struct Reference
[Vacc class]

Surface object list of per-atom surface points. More...

#include <C:/Users/bake113/Desktop/Sync/Software/apbs/trunk/src/generic/apbs/vacc.h>

Data Fields

Vmem * mem
double * xpts
double * ypts
double * zpts
char * bpts
double area
int npts
double probe_radius

Detailed Description

Surface object list of per-atom surface points.

Author:
Nathan Baker

Definition at line 73 of file vacc.h.


Field Documentation

double area

Area spanned by these points

Definition at line 80 of file vacc.h.

char* bpts

Array of booleans indicating whether a point is (1) or is not (0) part of the surface

Definition at line 78 of file vacc.h.

Vmem* mem

Memory object

Definition at line 74 of file vacc.h.

int npts

Length of thee->xpts, ypts, zpts arrays

Definition at line 81 of file vacc.h.

double probe_radius

Probe radius (A) with which this surface was constructed

Definition at line 82 of file vacc.h.

double* xpts

Array of point x-locations

Definition at line 75 of file vacc.h.

double* ypts

Array of point y-locations

Definition at line 76 of file vacc.h.

double* zpts

Array of point z-locations

Definition at line 77 of file vacc.h.


The documentation for this struct was generated from the following file: