#include <VolMapCreate.h>
Inheritance diagram for VolMapCreateDensity:

Public Methods | |
| VolMapCreateDensity (VMDApp *app, AtomSel *sel, float res, float *the_weight, float the_radscale) | |
Protected Methods | |
| int | compute_init () |
| Creates a map of the weighted atomic density at each gridpoint. This is done by replacing each atom in the selection with a normalized gaussian distribution of width (standard deviation) equal to its atomic radius. The gaussian distribution for each atom is then weighted using an optional weight, and defaults to a weight of one (i.e, the number density). The various gaussians are then additively distributed on a grid. More... | |
| int | compute_frame (int frame, float *voldata) |
Protected Attributes | |
| float * | weight |
| float | radius_scale |
|
||||||||||||||||||||||||
|
Definition at line 114 of file VolMapCreate.h. References VolMapCreate::app, radius_scale, VolMapCreate::sel, and weight. |
|
||||||||||||
|
|
Creates a map of the weighted atomic density at each gridpoint. This is done by replacing each atom in the selection with a normalized gaussian distribution of width (standard deviation) equal to its atomic radius. The gaussian distribution for each atom is then weighted using an optional weight, and defaults to a weight of one (i.e, the number density). The various gaussians are then additively distributed on a grid.
Reimplemented from VolMapCreate. Definition at line 530 of file VolMapCreate.C. References VolMapCreate::calculate_max_radius, AtomSel::cmdStr, VolMapCreate::compute_init, MAX, radius_scale, VolMapCreate::sel, VolumetricData::set_name, and VolMapCreate::volmap. |
|
|
Definition at line 111 of file VolMapCreate.h. Referenced by compute_frame, compute_init, and VolMapCreateDensity. |
|
|
Definition at line 108 of file VolMapCreate.h. Referenced by compute_frame, and VolMapCreateDensity. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002