libatomprobe
Library for Atom Probe Tomography (APT) computation
Functions
convert.cpp File Reference
#include <iostream>
#include <cstdlib>
#include "atomprobe/primitives/ionHit.h"
Include dependency graph for convert.cpp:

Go to the source code of this file.

Functions

void convertEPOStoPos (const std::vector< EPOS_ENTRY > &eposEntry, std::vector< IonHit > &posFile)
 Convert an incoming entry of EPOS files to pos, and the append this to the pos vector given. More...
 

Function Documentation

◆ convertEPOStoPos()

void convertEPOStoPos ( const std::vector< EPOS_ENTRY > &  eposEntry,
std::vector< IonHit > &  posFile 
)

Convert an incoming entry of EPOS files to pos, and the append this to the pos vector given.

Definition at line 29 of file convert.cpp.