|
libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <inttypes.h>

Go to the source code of this file.
Functions | |
| int | is_bigendian () |
| int | is_littleendian () |
| void | floatSwapBytes (float *inFloat) |
| void | int4SwapBytes (int32_t *inInt) |
Variables | |
| const int | ENDIAN_TEST =1 |
|
inline |
Definition at line 58 of file endianTest.h.
Referenced by AtomProbe::loadATOFile(), AtomProbe::readEposRecord(), AtomProbe::savePosFile(), AtomProbe::saveTapsimBin(), AtomProbe::IonHit::setPos(), and AtomProbe::Point3D::transform3x3().
|
inline |
Definition at line 76 of file endianTest.h.
Referenced by AtomProbe::readEposRecord().
|
inline |
Definition at line 52 of file endianTest.h.
References ENDIAN_TEST.
|
inline |
Definition at line 54 of file endianTest.h.
References ENDIAN_TEST.
| const int ENDIAN_TEST =1 |
Definition at line 50 of file endianTest.h.
Referenced by is_bigendian(), and is_littleendian().
1.8.13