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 1300030
536 char linked_file[50];
559 char sn_var_name[50];
560 char ln_var_name[50];
561 char lname_var_name[50];
562 char rn_var_name[50];
563 char xg_var_name[50];
564 char yg_var_name[50];
565 char zg_var_name[50];
566 char xb_var_name[50];
567 char yb_var_name[50];
568 char zb_var_name[50];
569 char xe_var_name[50];
570 char ye_var_name[50];
571 char ze_var_name[50];
592 char unit_symbol[11];
746 char palette_name[50];
765 char undef_label[50];
766 char other_label[50];
836 GLOBAL
int GTXClientConnect(
const char *host,
unsigned short port,
const char *path);
878 GLOBAL
int GTXClientNewPointsFile(
const char *name, gtx_long nsample,
const double *x,
const double *y,
const double *z);
879 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);
882 GLOBAL
int GTXClientLinesFileAddCoreLine(
int nsample,
double xbegin,
double ybegin,
double zbegin,
const double *xend,
const double *yend,
const double *zend);
884 GLOBAL
int GTXClientLinesFileAddLineCoresOld(
int nsample,
double xbegin,
double ybegin,
double zbegin,
const double *xend,
const double *yend,
const double *zend);
915 GLOBAL
int GTXClientWriteDoubleVariableSub(gtx_long first, gtx_long last,
int flag_compress,
double test_val, gtx_long nb_val,
const double *dbl_data);
916 GLOBAL
int GTXClientWriteCharVariable(
int flag_compress,
const char *test_val, gtx_long nb_val,
const char *
const *char_data);
917 GLOBAL
int GTXClientWriteCharVariableSub(gtx_long first, gtx_long last,
int compress,
const char *test_val, gtx_long nb_val,
const char *
const *data);
994 # undef GTXFaultSegment
995 # undef GTXFaultSystem
998 # undef GTXPolygonSystem
999 # undef GTXVariableInfo
1000 # undef GTXVendorData
1001 # undef GTXWireframe
1002 # undef GTXWireframeObject
1003 # undef GTXWireframeSystem
1004 # undef GTXColorScale