![]() |
UnityMol
1.0.25beta
|
#include <vector>#include <iostream>#include <map>#include <ctime>#include <algorithm>#include <climits>#include "cpdb/cpdb.h"#include "NeighborSearch.hpp"Macros | |
| #define | EMPTYCELL INT_MAX-1 |
| #define | EPSILON (0.001f) |
Functions | |
| API void | initGridNeighbor (float3 *atomPos, float *radii, int N) |
| API int | findClosestAtom (float3 p) |
| API int * | findAtomsInRadius (float3 p, float rad, int *resSize) |
| API void | freeMem () |
Variables | |
| float | gridResolutionNeighbor |
| float3 | originGridNeighbor |
| int3 | gridNeighborDim |
| float3 * | SortedAtomPos |
| int2 * | cellStartEnd |
| unsigned int | Natoms |
| #define EMPTYCELL INT_MAX-1 |
| #define EPSILON (0.001f) |
| API void freeMem | ( | ) |
| int2* cellStartEnd |
| int3 gridNeighborDim |
| float gridResolutionNeighbor |
| unsigned int Natoms |
| float3 originGridNeighbor |
| float3* SortedAtomPos |