#include "AtomSel.h"
#include "VMDApp.h"
#include "MoleculeList.h"
#include "Molecule.h"
#include "VolumetricData.h"
#include "VolMapCreate.h"
#include "QuickSurf.h"
#include <math.h>
#include "MDFF.h"
#include "Voltool.h"
#include <stdio.h>
Go to the source code of this file.
Typedefs | |
typedef double | mapA_sum |
Functions | |
void * | correlationthread (void *voidparms) |
int | cc_threaded (VolumetricData *qsVol, const VolumetricData *targetVol, double *cc, double threshold) |
Variables | |
double | mapB_sum |
double | mapA_ss |
double | mapB_ss |
double | cc |
int | size |
const VolumetricData * | targetVol |
float * | volmap |
const int * | numvoxels |
VolumetricData * | qsVol |
VolumetricData * | newvol |
double | threshold |
wkf_mutex_t | mtx |
ccparms |
|
|
|
Definition at line 102 of file MDFF.C. References cc, ccparms, correlationthread, data, VolumetricData::data, wkf_tasktile_struct::end, init_from_intersection, newvol, NULL, numvoxels, qsVol, size, wkf_tasktile_struct::start, targetVol, threshold, volsz, wkf_mutex_destroy, wkf_mutex_init, wkf_thread_numprocessors, wkf_threadlaunch, VolumetricData::xsize, VolumetricData::ysize, and VolumetricData::zsize. |
|
Definition at line 55 of file MDFF.C. References ccparms, wkf_tasktile_struct::end, myisnan, NULL, wkf_tasktile_struct::start, voxel_coord, wkf_mutex_lock, wkf_mutex_unlock, WKF_SCHED_DONE, wkf_threadlaunch_getdata, and wkf_threadlaunch_next_tile. Referenced by cc_threaded. |
|
Definition at line 44 of file MDFF.C. Referenced by calc_cc, cc_threaded, convert_normal, density_calc_cc, density_rotate, find_fixedlength, fit, gaussdensity_cc, MatrixFitRMS, mdff_cc, mm_mul, MyMatrixFitRMS, rotate, vmd_cuda_cc_calc, and vmd_cuda_gaussdensity_calc. |
|
Definition at line 53 of file MDFF.C. Referenced by cc_threaded, and correlationthread. |
|
|
|
|
|
|
|
|
|
Definition at line 50 of file MDFF.C. Referenced by add, average, cc_threaded, density_add, density_average, density_multiply, density_subtract, init_from_identity, init_from_intersection, init_from_union, init_new_volume, init_new_volume_molecule, mask, multiply, and subtract. |
|
Definition at line 48 of file MDFF.C. Referenced by cc_threaded. |
|
Definition at line 49 of file MDFF.C. Referenced by cc_threaded. |
|
|
Definition at line 46 of file MDFF.C. Referenced by cc_threaded. |
|
Definition at line 51 of file MDFF.C. Referenced by VolumetricData::binmask, cc_threaded, Orbital::check_plane, density_binmask, density_mdff_potential, evaluate_grid_sve, Orbital::find_optimal_grid, gaussdensity_cc, mdff_cc, VolumetricData::mdff_potential, MolData::readData, and MolData::readFile. |
|
Definition at line 47 of file MDFF.C. Referenced by calc_cc, CreateEmptyGrid, CreateProbGrid, mdff_cc, mdff_sim, normalize_pmap, process_pmap, vmd_cuda_calc_density, vmd_cuda_gaussdensity_calc, vmd_volmap_new_fromtype, and volmap_write_dx_file. |