|
libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include "atomprobe/algorithm/isoSurface.h"#include "atomprobe/helper/aptAssert.h"#include <map>#include <list>#include <vector>
Go to the source code of this file.
Namespaces | |
| AtomProbe | |
Functions | |
| template<class T > | |
| void | AtomProbe::removeElements (const std::vector< size_t > &elems, std::vector< T > &vec) |
| void | AtomProbe::marchingCubes (const Voxels< float > &v, float isoValue, std::vector< TriangleWithVertexNorm > &tVec) |
Variables | |
| int | AtomProbe::aiCubeEdgeFlags [256] |
| int | AtomProbe::a2iTriangleConnectionTable [256][16] |
| const unsigned int | AtomProbe::VERTEX_OFFSET [8][3] |
| int | AtomProbe::edgeRemap [12] |
1.8.13