#include <vacc.h>
Data Fields | |
Vmem * | mem |
double * | xpts |
double * | ypts |
double * | zpts |
int * | bpts |
double | area |
int | npts |
double | probe_radius |
|
Area spanned by these points |
|
Array of booleans indicating whether a point is (1) or is not (0) part of the surface |
|
Memory object |
|
Length of thee->xpts, ypts, zpts arrays |
|
Probe radius (A) with which this surface was constructed |
|
Array of point x-locations |
|
Array of point y-locations |
|
Array of point z-locations |