libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include "atomprobe/algorithm/axialdf.h"
#include "atomprobe/helper/aptAssert.h"
#include <cstring>
#include "atomprobe/helper/constants.h"
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... | |