|
Geant4
10.02.p01
|
#include <string.h>#include "xDataTOM_private.h"
Include dependency graph for xDataTOM_XYs.cc: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| char const* xDataTOM_XYs_ID = "XYs" |
Definition at line 14 of file xDataTOM_XYs.cc.
Referenced by xDataTOM_releaseElement(), xDataXML_constructTOM(), and xDataXML_XYsDataToTOM2().