#include <libcpixe.h>
Data Fields | |
char | name [30] |
double | sumX |
int | nelem |
ELEMENT * | elem |
double * | X |
double * | xn |
double * | w |
Definition at line 78 of file libcpixe.h.
|
Pointer to an array of elements Definition at line 83 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), createPresentElems(), createsublyrs(), freeFilter(), freeReusable(), getSP(), initlyr(), readCOMPOUND(), readFilter(), readsample(), TotAbsor(), translatesample(), and translatesample2(). |
|
Name of the compound Definition at line 80 of file libcpixe.h. Referenced by readCOMPOUND(). |
|
number of elements present in the compound Definition at line 82 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), createPresentElems(), getSP(), readCOMPOUND(), TotAbsor(), translatesample(), and translatesample2(). |
|
sum of all ammounts in the compound (useful for normalizing) Definition at line 81 of file libcpixe.h. Referenced by readCOMPOUND(), translatesample(), and translatesample2(). |
|
Pointer to an array containing the NORMALIZED MASS ammount of each element* Definition at line 86 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), freeFilter(), freeReusable(), readCOMPOUND(), translatesample(), and translatesample2(). |
|
Pointer to an array containing the atomic ammount of each element Definition at line 84 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), freeFilter(), freeReusable(), readCOMPOUND(), translatesample(), and translatesample2(). |
|
Pointer to an array containing the NORMALIZED atomic ammount of each element Definition at line 85 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), createsublyrs(), freeFilter(), freeReusable(), getSP(), integrate_Simpson(), readCOMPOUND(), readFilter(), readsample(), TotAbsor(), translatesample(), and translatesample2(). |