| 
    Geant4
    10.02.p01
    
   | 
 
#include <string.h>#include "xDataTOM_private.h"
 Include dependency graph for xDataTOM_KalbachMann.cc:Go to the source code of this file.
Functions | |
| int | xDataTOM_KalbachMann_initialize (statusMessageReporting *smr, xDataTOM_KalbachMann *KalbachMann, int length, xDataTOM_axes *axes) | 
| int | xDataTOM_KalbachMann_free (xDataTOM_xDataInfo *xDI) | 
| int | xDataTOM_KalbachMann_release (xDataTOM_KalbachMann *KalbachMann) | 
Variables | |
| char const * | xDataTOM_KalbachMann_ID = "KalbachMann" | 
| int xDataTOM_KalbachMann_free | ( | xDataTOM_xDataInfo * | xDI | ) | 
Definition at line 35 of file xDataTOM_KalbachMann.cc.
References smr_freeMemory(), and xDataTOM_KalbachMann_release().
Referenced by xDataTOM_releaseElement().
 Here is the call graph for this function:
 Here is the caller graph for this function:| int xDataTOM_KalbachMann_initialize | ( | statusMessageReporting * | smr, | 
| xDataTOM_KalbachMann * | KalbachMann, | ||
| int | length, | ||
| xDataTOM_axes * | axes | ||
| ) | 
Definition at line 19 of file xDataTOM_KalbachMann.cc.
References smr_freeMemory(), and xDataTOM_subAxes_initialize().
Referenced by xDataXML_KalbachMannToTOM().
 Here is the call graph for this function:
 Here is the caller graph for this function:| int xDataTOM_KalbachMann_release | ( | xDataTOM_KalbachMann * | KalbachMann | ) | 
Definition at line 46 of file xDataTOM_KalbachMann.cc.
References smr_freeMemory(), and xDataTOM_subAxes_release().
Referenced by xDataTOM_KalbachMann_free().
 Here is the call graph for this function:
 Here is the caller graph for this function:| char const* xDataTOM_KalbachMann_ID = "KalbachMann" | 
Definition at line 14 of file xDataTOM_KalbachMann.cc.
Referenced by xDataTOM_releaseElement(), xDataXML_constructTOM(), and xDataXML_KalbachMannToTOM().