425 #ifdef __USING_GTXSERVER_CPP_API__
426 # define GTXFault GTXFault_C
427 # define GTXFaultInfo GTXFaultInfo_C
428 # define GTXFaultSegment GTXFaultSegment_C
429 # define GTXFaultSystem GTXFaultSystem_C
430 # define GTXFileInfo GTXFileInfo_C
431 # define GTXPolygon GTXPolygon_C
432 # define GTXPolygonSystem GTXPolygonSystem_C
433 # define GTXVariableInfo GTXVariableInfo_C
434 # define GTXVendorData GTXVendorData_C
435 # define GTXWireframe GTXWireframe_C
436 # define GTXWireframeObject GTXWireframeObject_C
437 # define GTXWireframeSystem GTXWireframeSystem_C
438 # define GTXColorScale GTXColorScale_C
440 # define GTXFault_C GTXFault
441 # define GTXFaultInfo_C GTXFaultInfo
442 # define GTXFaultSegment_C GTXFaultSegment
443 # define GTXFaultSystem_C GTXFaultSystem
444 # define GTXFileInfo_C GTXFileInfo
445 # define GTXPolygon_C GTXPolygon
446 # define GTXPolygonSystem_C GTXPolygonSystem
447 # define GTXVariableInfo_C GTXVariableInfo
448 # define GTXVendorData_C GTXVendorData
449 # define GTXWireframe_C GTXWireframe
450 # define GTXWireframeObject_C GTXWireframeObject
451 # define GTXWireframeSystem_C GTXWireframeSystem
452 # define GTXColorScale_C GTXColorScale
464 #define GTX_CLIENT_VERSION 1800030
536 char linked_file[50];
562 char sn_var_name[50];
563 char ln_var_name[50];
564 char lname_var_name[50];
565 char rn_var_name[50];
566 char xg_var_name[50];
567 char yg_var_name[50];
568 char zg_var_name[50];
569 char xb_var_name[50];
570 char yb_var_name[50];
571 char zb_var_name[50];
572 char xe_var_name[50];
573 char ye_var_name[50];
574 char ze_var_name[50];
595 char unit_symbol[11];
749 char palette_name[50];
768 char undef_label[50];
769 char other_label[50];
839 GLOBAL
int GTXClientConnect(
const char *host,
unsigned short port,
const char *path);
881 GLOBAL
int GTXClientNewPointsFile(
const char *name, gtx_long nsample,
const double *x,
const double *y,
const double *z);
882 GLOBAL
int GTXClientNewGridFile(
const char *name,
int dimension,
double X0,
double Y0,
double Z0,
double DX,
double DY,
double DZ,
int NX,
int NY,
int NZ);
885 GLOBAL
int GTXClientLinesFileAddCoreLine(
int nsample,
double xbegin,
double ybegin,
double zbegin,
const double *xend,
const double *yend,
const double *zend);
887 GLOBAL
int GTXClientLinesFileAddLineCoresOld(
int nsample,
double xbegin,
double ybegin,
double zbegin,
const double *xend,
const double *yend,
const double *zend);
919 GLOBAL
int GTXClientWriteDoubleVariableSub(gtx_long first, gtx_long last,
int flag_compress,
double test_val, gtx_long nb_val,
const double *dbl_data);
920 GLOBAL
int GTXClientWriteCharVariable(
int flag_compress,
const char *test_val, gtx_long nb_val,
const char *
const *char_data);
921 GLOBAL
int GTXClientWriteCharVariableSub(gtx_long first, gtx_long last,
int compress,
const char *test_val, gtx_long nb_val,
const char *
const *data);
999 # undef GTXFaultSegment
1000 # undef GTXFaultSystem
1003 # undef GTXPolygonSystem
1004 # undef GTXVariableInfo
1005 # undef GTXVendorData
1006 # undef GTXWireframe
1007 # undef GTXWireframeObject
1008 # undef GTXWireframeSystem
1009 # undef GTXColorScale