|
libatomprobe
Library for Atom Probe Tomography (APT) computation
|

Go to the source code of this file.
Functions | |
| bool | callback () |
| void | kdExactFuzz () |
| bool | testInexactKDTree () |
| int | main () |
Variables | |
| const unsigned int | NUM_IONS =1000 |
| const float | SCALE =100 |
| const float | SEARCH_RAD = 5 |
| unsigned int | progress =0 |
| bool callback | ( | ) |
Definition at line 32 of file KDTest.cpp.
Referenced by kdExactFuzz().
| void kdExactFuzz | ( | ) |
Definition at line 37 of file KDTest.cpp.
References AtomProbe::K3DTreeExact::build(), callback(), AtomProbe::K3DTreeExact::findUntaggedInRadius(), AtomProbe::K3DTreeExact::getBoundCube(), AtomProbe::K3DTreeExact::getPtRef(), NUM_IONS, progress, AtomProbe::K3DTreeExact::ptsInSphere(), AtomProbe::K3DTreeExact::resetPts(), SCALE, SEARCH_RAD, AtomProbe::K3DTreeExact::setCallback(), AtomProbe::K3DTreeExact::setProgressPointer(), and AtomProbe::K3DTreeExact::size().
Referenced by main().

| int main | ( | ) |
Definition at line 125 of file KDTest.cpp.
References kdExactFuzz(), NUM_IONS, SCALE, SEARCH_RAD, and testInexactKDTree().

| bool testInexactKDTree | ( | ) |
Definition at line 98 of file KDTest.cpp.
References AtomProbe::K3DTreeApprox::build(), AtomProbe::K3DTreeApprox::findNearest(), and AtomProbe::Point3D::sqrDist().
Referenced by main().

| const unsigned int NUM_IONS =1000 |
Definition at line 26 of file KDTest.cpp.
Referenced by AtomProbe::findPeaks(), AtomProbe::GetReducedHullPts(), kdExactFuzz(), and main().
| unsigned int progress =0 |
Definition at line 30 of file KDTest.cpp.
Referenced by kdExactFuzz().
| const float SCALE =100 |
Definition at line 27 of file KDTest.cpp.
Referenced by AtomProbe::GetReducedHullPts(), kdExactFuzz(), and main().
| const float SEARCH_RAD = 5 |
Definition at line 28 of file KDTest.cpp.
Referenced by kdExactFuzz(), and main().
1.8.13