APBS  1.5
sVclist Struct Reference

Atom cell list. More...

#include </builddir/build/BUILD/apbs-pdb2pqr-apbs-1.5/apbs/src/generic/vclist.h>

Data Fields

Vmem * vmem
 
Valistalist
 
Vclist_DomainMode mode
 
int npts [VAPBS_DIM]
 
int n
 
double max_radius
 
VclistCellcells
 
double lower_corner [VAPBS_DIM]
 
double upper_corner [VAPBS_DIM]
 
double spacs [VAPBS_DIM]
 

Detailed Description

Atom cell list.

Author
Nathan Baker

Definition at line 117 of file vclist.h.

Field Documentation

◆ alist

Valist* alist

Original Valist structure for list of atoms

Definition at line 120 of file vclist.h.

◆ cells

VclistCell* cells

Cell array of length thee->n

Definition at line 125 of file vclist.h.

◆ lower_corner

double lower_corner[VAPBS_DIM]

Hash table grid corner

Definition at line 126 of file vclist.h.

◆ max_radius

double max_radius

Maximum probe radius

Definition at line 124 of file vclist.h.

◆ mode

How the cell list was constructed

Definition at line 121 of file vclist.h.

◆ n

int n

n = nx*nz*ny

Definition at line 123 of file vclist.h.

◆ npts

int npts[VAPBS_DIM]

Hash table grid dimensions

Definition at line 122 of file vclist.h.

◆ spacs

double spacs[VAPBS_DIM]

Hash table grid spacings

Definition at line 128 of file vclist.h.

◆ upper_corner

double upper_corner[VAPBS_DIM]

Hash table grid corner

Definition at line 127 of file vclist.h.

◆ vmem

Vmem* vmem

Memory management object for this class

Definition at line 119 of file vclist.h.


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