libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <atomprobe/atomprobe.h>
#include <iostream>
#include <cstdlib>
#include <vector>
#include <fstream>
Go to the source code of this file.
Functions | |
void | printSolution (const vector< Weight > &solnComponents, const vector< string > &labels) |
int | main (int argc, const char *argv[]) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 52 of file massFit.cpp.
References AtomProbe::MassTool::bruteKnapsack(), and printSolution().
void printSolution | ( | const vector< Weight > & | solnComponents, |
const vector< string > & | labels | ||
) |
Definition at line 34 of file massFit.cpp.
References AtomProbe::Weight::mass, and AtomProbe::Weight::uniqueId.
Referenced by main().