12 #if defined __cplusplus
24 int dataProcessed = 0,
length;
34 if( strcmp(
"axes", XMLChild->
name ) == 0 ) {
36 else if( strcmp(
"data", XMLChild->
name ) == 0 ) {
45 if( dataProcessed == 0 ) {
66 if(
xDataXML_XYsDataToTOM( smr, XE, XYs, index, length, value, accuracy,
xDataTOM_subAxesType_proxy, 0, &(xDI->
axes), NULL ) != 0 )
goto err;
84 if( ( XYs->
data = (
double *)
smr_malloc2( smr, 2 * length *
sizeof(
double ), 0,
"XYs->data" ) ) == NULL )
goto err;
98 char *
e1 = (
char *) s1;
101 for( i1 = 0; i1 <
length; i1++, d1++, s1 =
e1 ) {
104 while( isspace( *e1 ) ) e1++;
112 #if defined __cplusplus