#include <VolMapCreate.h>
Inheritance diagram for VolMapCreateOccupancy:
Public Methods | |
VolMapCreateOccupancy (VMDApp *app, AtomSel *sel, float res, bool use_point_particles) | |
Protected Methods | |
int | compute_init () |
This creates a map that is valued at 100 for gridpoints inside atoms, and 0 for gridpoints outside. If averaged over many frames, it will produce the % chance of that gridpoint being occupied. These maps can either be created using point particles or by painting spheres using the VDW radius. More... | |
int | compute_frame (int frame, float *voldata) |
|
Definition at line 150 of file VolMapCreate.h. References VolMapCreate::app, and VolMapCreate::sel. |
|
|
This creates a map that is valued at 100 for gridpoints inside atoms, and 0 for gridpoints outside. If averaged over many frames, it will produce the % chance of that gridpoint being occupied. These maps can either be created using point particles or by painting spheres using the VDW radius.
Reimplemented from VolMapCreate. Definition at line 733 of file VolMapCreate.C. References VolMapCreate::calculate_max_radius, AtomSel::cmdStr, VolMapCreate::compute_init, VolMapCreate::sel, VolumetricData::set_name, and VolMapCreate::volmap. |