9 #if defined __cplusplus
14 #define dependentAxis 1
15 #define allowByRegion 2
18 char const *str,
int flag );
38 interpolation->independent = independent;
53 if( ( c = strchr( str,
':' ) ) != NULL ) {
54 if( strncmp(
"unitBase:", str, 9 ) == 0 ) {
56 else if( strncmp(
"correspondingPoints:", str, 20 ) == 0 ) {
81 char const *str,
int flag ) {
107 #if defined __cplusplus