libatomprobe
Library for Atom Probe Tomography (APT) computation
Namespaces | Functions
axialdf.h File Reference
#include "atomprobe/algorithm/K3DTree-exact.h"
#include "atomprobe/helper/progress.h"
Include dependency graph for axialdf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AtomProbe
 

Functions

unsigned int AtomProbe::generate1DAxialDistHist (const std::vector< Point3D > &pointList, K3DTreeExact &tree, const Point3D &axisDir, float distMax, std::vector< unsigned int > &histogram)
 Generate a 1D axial distribution function,. More...
 
unsigned int AtomProbe::generate1DAxialDistHistSweep (const std::vector< Point3D > &pointList, K3DTreeExact &tree, float distMax, float dTheta, float dPhi, AtomProbe::ProgressBar &prog, std::vector< std::vector< std::vector< unsigned int > > > &histogram)
 Generate a series of 1D distribution functions, one per pixel in a 2D grid of spherical coordinate directions. More...