Geant4  10.02.p01
xDataTOM_W_XYs.cc File Reference
#include <string.h>
#include "xDataTOM_private.h"
+ Include dependency graph for xDataTOM_W_XYs.cc:

Go to the source code of this file.

Functions

xDataTOM_W_XYs * xDataTOM_W_XYs_new (statusMessageReporting *smr, int index, int length, double value, xDataTOM_axes *axes, int axesOffset)
 
int xDataTOM_W_XYs_initialize (statusMessageReporting *smr, xDataTOM_W_XYs *W_XYs, int index, int length, double value, xDataTOM_axes *axes, int axesOffset)
 
xDataTOM_W_XYs * xDataTOM_W_XYs_free (xDataTOM_W_XYs *W_XYs)
 
int xDataTOM_W_XYs_freeFrom_xDataInfo (xDataTOM_xDataInfo *xDI)
 
int xDataTOM_W_XYs_release (xDataTOM_W_XYs *W_XYs)
 

Variables

char const * xDataTOM_W_XYs_ID = "W_XYs"
 

Function Documentation

xDataTOM_W_XYs* xDataTOM_W_XYs_free ( xDataTOM_W_XYs *  W_XYs)

Definition at line 48 of file xDataTOM_W_XYs.cc.

References smr_freeMemory(), and xDataTOM_W_XYs_release().

Referenced by xDataTOM_W_XYs_freeFrom_xDataInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_W_XYs_freeFrom_xDataInfo ( xDataTOM_xDataInfo *  xDI)

Definition at line 58 of file xDataTOM_W_XYs.cc.

References xDataTOM_W_XYs_free().

Referenced by xDataTOM_releaseElement().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_W_XYs_initialize ( statusMessageReporting *  smr,
xDataTOM_W_XYs *  W_XYs,
int  index,
int  length,
double  value,
xDataTOM_axes *  axes,
int  axesOffset 
)

Definition at line 30 of file xDataTOM_W_XYs.cc.

References smr_freeMemory(), and xDataTOM_subAxes_initialize().

Referenced by xDataTOM_W_XYs_new(), and xDataXML_W_XYsDataToTOM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

xDataTOM_W_XYs* xDataTOM_W_XYs_new ( statusMessageReporting *  smr,
int  index,
int  length,
double  value,
xDataTOM_axes *  axes,
int  axesOffset 
)

Definition at line 19 of file xDataTOM_W_XYs.cc.

References smr_freeMemory(), and xDataTOM_W_XYs_initialize().

+ Here is the call graph for this function:

int xDataTOM_W_XYs_release ( xDataTOM_W_XYs *  W_XYs)

Definition at line 68 of file xDataTOM_W_XYs.cc.

References smr_freeMemory(), xDataTOM_subAxes_release(), and xDataTOM_XYs_release().

Referenced by xDataTOM_V_W_XYs_free(), and xDataTOM_W_XYs_free().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

char const* xDataTOM_W_XYs_ID = "W_XYs"