Geant4
10.02.p02
|
#include <string.h>
#include "xDataTOM_private.h"
Go to the source code of this file.
Functions | |
int | xDataTOM_XYs_free (xDataTOM_xDataInfo *xDI) |
int | xDataTOM_XYs_release (xDataTOM_XYs *XYs) |
int | xDataTOM_XYs_getData (xDataTOM_XYs *XYs, double **data) |
int | xDataTOM_XYs_getDataFromXDataInfo (xDataTOM_xDataInfo *xDI, double **data) |
Variables | |
char const * | xDataTOM_XYs_ID = "XYs" |
int xDataTOM_XYs_free | ( | xDataTOM_xDataInfo * | xDI | ) |
Definition at line 19 of file xDataTOM_XYs.cc.
References smr_freeMemory(), and xDataTOM_XYs_release().
Referenced by xDataTOM_releaseElement().
int xDataTOM_XYs_getData | ( | xDataTOM_XYs * | XYs, |
double ** | data | ||
) |
Definition at line 42 of file xDataTOM_XYs.cc.
Referenced by MCGIDI_misc_dataFromXYs2ptwXYPointsInUnitsOf(), and xDataTOM_XYs_getDataFromXDataInfo().
int xDataTOM_XYs_getDataFromXDataInfo | ( | xDataTOM_xDataInfo * | xDI, |
double ** | data | ||
) |
Definition at line 50 of file xDataTOM_XYs.cc.
References xDataTOM_XYs_getData().
Referenced by MCGIDI_misc_dataFromElement2ptwXYPointsInUnitsOf().
int xDataTOM_XYs_release | ( | xDataTOM_XYs * | XYs | ) |
Definition at line 31 of file xDataTOM_XYs.cc.
References smr_freeMemory(), and xDataTOM_subAxes_release().
Referenced by xDataTOM_regionsXYs_free(), xDataTOM_W_XYs_release(), and xDataTOM_XYs_free().
char const* xDataTOM_XYs_ID = "XYs" |
Definition at line 14 of file xDataTOM_XYs.cc.
Referenced by xDataTOM_releaseElement(), xDataXML_constructTOM(), and xDataXML_XYsDataToTOM2().