#include <string.h>
#include "xDataTOM_private.h"
Go to the source code of this file.
Definition at line 33 of file xDataTOM_polynomial.cc.
35 if( xDI == NULL )
return( 0 );
int xDataTOM_polynomial_release(xDataTOM_polynomial *polynomial)
void * smr_freeMemory(void **p)
char const * xDataTOM_polynomial_ID
Definition at line 63 of file xDataTOM_polynomial.cc.
int xDataTOM_polynomial_getData(xDataTOM_polynomial *polynomial, double **data)
const XML_Char const XML_Char * data
Definition at line 19 of file xDataTOM_polynomial.cc.
21 polynomial->
length = length;
22 if( ( polynomial->
coefficients = (
double *)
smr_malloc2( smr, length *
sizeof(
double ), 1,
"polynomial->coefficients" ) ) == NULL )
return( 1 );
int xDataTOM_subAxes_initialize(statusMessageReporting *smr, xDataTOM_subAxes *subAxes, enum xDataTOM_subAxesType type, int offset, xDataTOM_axes *axes, xDataTOM_interpolation *interpolation)
#define smr_malloc2(smr, size, zero, forItem)
void * smr_freeMemory(void **p)
Definition at line 44 of file xDataTOM_polynomial.cc.
int xDataTOM_subAxes_release(xDataTOM_subAxes *subAxes)
void * smr_freeMemory(void **p)
char const* xDataTOM_polynomial_ID = "polynomial" |