Geant4  10.00.p01
xData_matrix.cc File Reference
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <ctype.h>
#include "xData.h"
+ Include dependency graph for xData_matrix.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_matrix (statusMessageReporting *smr, xData_element *element)
 
int xData_is_matrix (statusMessageReporting *smr, xDataType *xDT, int setMsg)
 
int xData_isElement_matrix (statusMessageReporting *smr, xData_element *element, int setMsg)
 
xData_matrix * xData_matrix_copyData (statusMessageReporting *smr, xData_element *element)
 
int xData_matrix_free_copyData (statusMessageReporting *smr, void *data)
 
int getRowStartEndAtIndex (statusMessageReporting *smr, xDataType *xDT, xData_Int index, xData_Int *row, xData_Int *start, xData_Int *end)
 

Function Documentation

int getRowStartEndAtIndex ( statusMessageReporting *  smr,
xDataType *  xDT,
xData_Int  index,
xData_Int *  row,
xData_Int *  start,
xData_Int *  end 
)

Definition at line 231 of file xData_matrix.cc.

References smr_setMessageError(), xData_get_smrUserInterfaceFromElement(), and xData_is_matrix().

+ Here is the call graph for this function:

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

Definition at line 223 of file xData_matrix.cc.

References xData_free().

Referenced by toData(), and xData_init_matrix().

+ 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 115 of file xData_matrix.cc.

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

Referenced by xData_init_matrix().

+ 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 189 of file xData_matrix.cc.

References n.

Referenced by xData_init_matrix().

+ Here is the caller graph for this function:

int xData_init_matrix ( statusMessageReporting *  smr,
xData_element *  element 
)

Definition at line 55 of file xData_matrix.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_matrix ( statusMessageReporting *  smr,
xDataType *  xDT,
int  setMsg 
)

Definition at line 71 of file xData_matrix.cc.

References xData_is_xDataType().

Referenced by getRowStartEndAtIndex(), and xData_isElement_matrix().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 78 of file xData_matrix.cc.

References xData_is_matrix().

Referenced by xData_matrix_copyData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

xData_matrix* xData_matrix_copyData ( statusMessageReporting *  smr,
xData_element *  element 
)

Definition at line 85 of file xData_matrix.cc.

References n, and xData_isElement_matrix().

+ Here is the call graph for this function:

int xData_matrix_free_copyData ( statusMessageReporting *  smr,
void *  data 
)

Definition at line 107 of file xData_matrix.cc.

References xData_free().

+ Here is the call graph for this function: