Geant4
10.02.p02
|
#include <string.h>
#include "xDataTOM_private.h"
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" |
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().
int xDataTOM_polynomial_getData | ( | xDataTOM_polynomial * | polynomial, |
double ** | data | ||
) |
Definition at line 55 of file xDataTOM_polynomial.cc.
Referenced by xDataTOM_polynomial_getDataFromXDataInfo().
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().
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().
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().
char const* xDataTOM_polynomial_ID = "polynomial" |
Definition at line 14 of file xDataTOM_polynomial.cc.
Referenced by xDataTOM_releaseElement(), xDataXML_constructTOM(), and xDataXML_polynomialToTOM().