Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <ctype.h>
#include "xDataTOM_importXML_private.h"
Go to the source code of this file.
Functions | |
int | xDataXML_axesElememtToTOM (statusMessageReporting *smr, xDataXML_element *XE, xDataTOM_axes *axes) |
int | xDataXML_axesToTOM (statusMessageReporting *smr, xDataXML_element *XE, xDataTOM_axes *axes) |
int xDataXML_axesElememtToTOM | ( | statusMessageReporting * | smr, |
xDataXML_element * | XE, | ||
xDataTOM_axes * | axes | ||
) |
Definition at line 20 of file xDataTOM_importXML_axes.cc.
Referenced by xDataXML_initializeData(), and xDataXML_XYsToTOM().
int xDataXML_axesToTOM | ( | statusMessageReporting * | smr, |
xDataXML_element * | XE, | ||
xDataTOM_axes * | axes | ||
) |
Definition at line 45 of file xDataTOM_importXML_axes.cc.
Referenced by xDataXML_axesElememtToTOM().