Geant4  10.01
xData_2d_xy.cc File Reference
#include <stdlib.h>
#include <limits.h>
#include <ctype.h>
#include "xData.h"
+ Include dependency graph for xData_2d_xy.cc:

Go to the source code of this file.

Functions

static int toData (statusMessageReporting *smr, xDataType *xDT, xData_attributionList *attributes, const char *text)
 
static char * toString (statusMessageReporting *smr, xDataType *xDT)
 
static int release (statusMessageReporting *smr, xDataType *xDT)
 
int xData_init_2d_xy (statusMessageReporting *smr, xData_element *element)
 
int xData_is_2d_xy (statusMessageReporting *smr, xDataType *xDT, int setMsg)
 
int xData_isElement_2d_xy (statusMessageReporting *smr, xData_element *element, int setMsg)
 
double * xData_2d_xy_allocateCopyData (statusMessageReporting *smr, xData_element *element, xData_Int *length)
 
int xData_2d_xy_free_copyData (statusMessageReporting *smr, void *data)
 

Function Documentation

static int release ( statusMessageReporting *  smr,
xDataType *  xDT 
)
static

Definition at line 156 of file xData_2d_xy.cc.

References xData_free().

Referenced by toData(), and xData_init_2d_xy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int toData ( statusMessageReporting *  smr,
xDataType *  xDT,
xData_attributionList *  attributes,
const char *  text 
)
static

Definition at line 110 of file xData_2d_xy.cc.

References release(), s, smr_setMessageError(), xData_get_smrUserInterfaceFromElement(), xData_setMessageError_ReturnInt(), and xData_stringTo_double().

Referenced by xData_init_2d_xy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static char * toString ( statusMessageReporting *  smr,
xDataType *  xDT 
)
static

Definition at line 139 of file xData_2d_xy.cc.

References n.

Referenced by xData_init_2d_xy().

+ Here is the caller graph for this function:

double* xData_2d_xy_allocateCopyData ( statusMessageReporting *  smr,
xData_element *  element,
xData_Int *  length 
)

Definition at line 84 of file xData_2d_xy.cc.

References xData_isElement_2d_xy().

Referenced by tpia_misc_get2dx_y_data().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xData_2d_xy_free_copyData ( statusMessageReporting *  smr,
void *  data 
)

Definition at line 101 of file xData_2d_xy.cc.

References xData_free().

+ Here is the call graph for this function:

int xData_init_2d_xy ( statusMessageReporting *  smr,
xData_element *  element 
)

Definition at line 54 of file xData_2d_xy.cc.

References release(), toData(), toString(), and xData_xDataTypeConvertAttributes().

Referenced by xData_parseEndElement().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xData_is_2d_xy ( statusMessageReporting *  smr,
xDataType *  xDT,
int  setMsg 
)

Definition at line 70 of file xData_2d_xy.cc.

References xData_is_xDataType().

Referenced by tpia_misc_get2dx_y_data(), and xData_isElement_2d_xy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xData_isElement_2d_xy ( statusMessageReporting *  smr,
xData_element *  element,
int  setMsg 
)

Definition at line 77 of file xData_2d_xy.cc.

References xData_is_2d_xy().

Referenced by xData_2d_xy_allocateCopyData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: