libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <cstdio>
#include <cmath>
#include "atomprobe/helper/aptAssert.h"
#include <gsl/gsl_blas.h>
Go to the source code of this file.
Classes | |
class | AtomProbe::ComparePairFirst |
class | AtomProbe::ComparePairSecond |
class | AtomProbe::ComparePairFirstReverse |
Namespaces | |
AtomProbe | |
Macros | |
#define | XOR(a, b) ((!(a)) ^ (!(b))) |
#define | ARRAYSIZE(f) (sizeof (f) / sizeof(*f)) |
Functions | |
void | AtomProbe::pushLocale (const char *newLocale, int type) |
void | AtomProbe::popLocale () |
int | AtomProbe::fpeek (FILE *stream) |
bool | AtomProbe::getFilesize (const char *fname, size_t &size) |
void | AtomProbe::gsl_print_matrix (const gsl_matrix *m) |
void | AtomProbe::gsl_print_vector (const gsl_vector *v) |
float | AtomProbe::gsl_determinant (const gsl_matrix *m) |
bool | AtomProbe::isNotDirectory (const char *filename) |
#define ARRAYSIZE | ( | f | ) | (sizeof (f) / sizeof(*f)) |
Definition at line 34 of file helpFuncs.h.
Referenced by AtomProbe::RangeFile::getAllExts(), AtomProbe::RangeFile::getErrString(), AtomProbe::getPosFileErrString(), AtomProbe::Mesh::loadGmshMesh(), AtomProbe::RangeFile::RangeFile(), AtomProbe::RangeFile::rangeTypeString(), and AtomProbe::readPosapOps().
#define XOR | ( | a, | |
b | |||
) | ((!(a)) ^ (!(b))) |
Definition at line 30 of file helpFuncs.h.