libatomprobe
Library for Atom Probe Tomography (APT) computation
Namespaces | Functions
helpFuncs.cpp File Reference
#include <cstring>
#include <algorithm>
#include <fstream>
#include <gsl/gsl_linalg.h>
#include "atomprobe/helper/aptAssert.h"
#include "helpFuncs.h"
#include <sys/types.h>
#include <sys/stat.h>
Include dependency graph for helpFuncs.cpp:

Go to the source code of this file.

Namespaces

 AtomProbe
 

Functions

char * AtomProbe::myStrDup (const char *s)
 
void AtomProbe::pushLocale (const char *newLocale, int type)
 
void AtomProbe::popLocale ()
 
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)