APBS 3.0.0
Loading...
Searching...
No Matches
sVaccSurf Struct Reference

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

#include </builddir/build/BUILD/apbs-3.0.0-build/apbs-3.0.0/src/generic/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 84 of file vacc.h.

Field Documentation

◆ area

double area

Area spanned by these points

Definition at line 91 of file vacc.h.

◆ bpts

char* bpts

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

Definition at line 89 of file vacc.h.

◆ mem

Vmem* mem

Memory object

Definition at line 85 of file vacc.h.

◆ npts

int npts

Length of thee->xpts, ypts, zpts arrays

Definition at line 92 of file vacc.h.

◆ probe_radius

double probe_radius

Probe radius (A) with which this surface was constructed

Definition at line 93 of file vacc.h.

◆ xpts

double* xpts

Array of point x-locations

Definition at line 86 of file vacc.h.

◆ ypts

double* ypts

Array of point y-locations

Definition at line 87 of file vacc.h.

◆ zpts

double* zpts

Array of point z-locations

Definition at line 88 of file vacc.h.


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