|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
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.
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.
| int xDataTOM_polynomial_initialize | ( | statusMessageReporting * | smr, |
| xDataTOM_polynomial * | polynomial, | ||
| int | length, | ||
| xDataTOM_axes * | axes ) |
Definition at line 19 of file xDataTOM_polynomial.cc.
Referenced by xDataXML_polynomialToTOM().
| int xDataTOM_polynomial_release | ( | xDataTOM_polynomial * | polynomial | ) |
Definition at line 44 of file xDataTOM_polynomial.cc.
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_polynomial_free(), xDataTOM_releaseElement(), and xDataXML_polynomialToTOM().