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

Go to the source code of this file.

Functions

int xDataTOM_polynomial_initialize (statusMessageReporting *smr, xDataTOM_polynomial *polynomial, int length, xDataTOM_axes *axes)
 
int xDataTOM_polynomial_free (xDataTOM_xDataInfo *xDI)
 
int xDataTOM_polynomial_release (xDataTOM_polynomial *polynomial)
 
int xDataTOM_polynomial_getData (xDataTOM_polynomial *polynomial, double **data)
 
int xDataTOM_polynomial_getDataFromXDataInfo (xDataTOM_xDataInfo *xDI, double **data)
 

Variables

char const * xDataTOM_polynomial_ID = "polynomial"
 

Function Documentation

int xDataTOM_polynomial_free ( xDataTOM_xDataInfo *  xDI)

Definition at line 33 of file xDataTOM_polynomial.cc.

References smr_freeMemory(), and xDataTOM_polynomial_release().

Referenced by xDataTOM_releaseElement().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_polynomial_getData ( xDataTOM_polynomial *  polynomial,
double **  data 
)

Definition at line 55 of file xDataTOM_polynomial.cc.

Referenced by xDataTOM_polynomial_getDataFromXDataInfo().

+ Here is the caller graph for this function:

int xDataTOM_polynomial_getDataFromXDataInfo ( xDataTOM_xDataInfo *  xDI,
double **  data 
)

Definition at line 63 of file xDataTOM_polynomial.cc.

References xDataTOM_polynomial_getData().

Referenced by MCGIDI_product_parsePolynomialMultiplicity().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_polynomial_initialize ( statusMessageReporting *  smr,
xDataTOM_polynomial *  polynomial,
int  length,
xDataTOM_axes *  axes 
)

Definition at line 19 of file xDataTOM_polynomial.cc.

References smr_freeMemory(), and xDataTOM_subAxes_initialize().

Referenced by xDataXML_polynomialToTOM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_polynomial_release ( xDataTOM_polynomial *  polynomial)

Definition at line 44 of file xDataTOM_polynomial.cc.

References smr_freeMemory(), and xDataTOM_subAxes_release().

Referenced by xDataTOM_polynomial_free(), and xDataXML_polynomialToTOM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

char const* xDataTOM_polynomial_ID = "polynomial"