GTXclient C++ API
GTXserver-15.0.3
|
This is the complete list of members for GTXClient, including all inherited members.
AddMacroIndices(const GTXIntArray indices) | GTXClient | |
AddMacroIndicesWithAlpha(const GTXIntArray indices, const GTXStringArray alpha_indices) | GTXClient | |
Connect(const char *host, unsigned short port, const char *path) | GTXClient | |
DeleteDirectory() | GTXClient | |
DeleteFile() | GTXClient | |
DeleteStudy() | GTXClient | |
DeleteVariable() | GTXClient | |
DirectoryExists(const char *directory) | GTXClient | |
Disconnect() | GTXClient | |
FileExists(const char *file) | GTXClient | |
GetDefaultPort(void) | GTXClient | |
GetDirectoryList() | GTXClient | |
GetFileComment() | GTXClient | |
GetFileInfo() | GTXClient | |
GetFileList() | GTXClient | |
GetFileList(GTXFileInfo::FileType file_type, int file_dim) | GTXClient | |
GetMacroAlphaIndices() | GTXClient | |
GetMacroIndices() | GTXClient | |
GetServerVersion() | GTXClient | |
GetStudyList() | GTXClient | |
GetVariableComment() | GTXClient | |
GetVariableInfo() | GTXClient | |
GetVariableList() | GTXClient | |
GetVariableList(GTXVariableInfo::VariableType var_type) | GTXClient | |
GridModifyMesh(double dx, double dy, double dz) | GTXClient | |
GridModifyOrigin(double x0, double y0, double z0) | GTXClient | |
GridModifyRotation(double az, double ay, double ax) | GTXClient | |
GTXClient() | GTXClient | |
GTXVendorData (defined in GTXClient) | GTXClient | friend |
IsConnected() | GTXClient | |
LinesFileAddCoreLine2D(int nsample, double xbegin, double ybegin, const double xend[], const double yend[]) | GTXClient | |
LinesFileAddCoreLine3D(int nsample, double xbegin, double ybegin, double zbegin, const double xend[], const double yend[], const double zend[]) | GTXClient | |
LinesFileAddGravityLine2D(int nsample, const double xg[], const double yg[]) | GTXClient | |
LinesFileAddGravityLine3D(int nsample, const double xg[], const double yg[], const double zg[]) | GTXClient | |
LinesFileAddLineCores2DOld(int nsample, double xbegin, double ybegin, const double xend[], const double yend[]) | GTXClient | |
LinesFileAddLineCores3DOld(int nsample, double xbegin, double ybegin, double zbegin, const double xend[], const double yend[], const double zend[]) | GTXClient | |
LinesFileCreateLink(const char *points_file) | GTXClient | |
LocateGTXserver() | GTXClient | |
NewCharVariable(const char *name, int max_length) | GTXClient | |
NewDirectory(const char *directory) | GTXClient | |
NewDoubleVariable(const char *name, int bit_length, const GTXVariableFormat &format) | GTXClient | |
NewGridFile2D(const char *name, double X0, double Y0, double DX, double DY, int NX, int NY) | GTXClient | |
NewGridFile3D(const char *name, double X0, double Y0, double Z0, double DX, double DY, double DZ, int NX, int NY, int NZ) | GTXClient | |
NewLinesFile(const char *name, int dimension) | GTXClient | |
NewPointsFile2D(const char *name, gtx_long nsample, const double x[], const double y[]) | GTXClient | |
NewPointsFile3D(const char *name, gtx_long nsample, const double x[], const double y[], const double z[]) | GTXClient | |
NewPolygonsFile(const char *name, const GTXPolygonSystem *psystem) | GTXClient | |
NewStudy(const char *study, const char *path) | GTXClient | |
NewWireframesFile(const char *name, const GTXWireframeSystem &wsys) | GTXClient | |
PointsFileAppend2D(gtx_long nsample, const double x[], const double y[]) | GTXClient | |
PointsFileAppend3D(gtx_long nsample, const double x[], const double y[], const double z[]) | GTXClient | |
ReadCharVariable(bool compress) | GTXClient | |
ReadCharVariableSub(gtx_long first, gtx_long last, bool compress) | GTXClient | |
ReadDoubleVariable(bool compress) | GTXClient | |
ReadDoubleVariableSub(gtx_long first, gtx_long last, bool compress) | GTXClient | |
ReadFaults(int priority) | GTXClient | |
ReadLineDoubleVariable(int line_index) | GTXClient | |
ReadPolygons() | GTXClient | |
ReadSelectionVariable() | GTXClient | |
ReadSelectionVariableSub(gtx_long first, gtx_long last) | GTXClient | |
ReadWireframes() | GTXClient | |
RunGTXserver(unsigned short port) | GTXClient | |
SetAlphaIndice(const char *alphaindice) | GTXClient | |
SetCreationUnits(const char *x_unit, const char *y_unit, const char *z_unit) | GTXClient | |
SetDebugMode(bool debug) | GTXClient | |
SetDirectory(const char *directory) | GTXClient | |
SetFile(const char *file) | GTXClient | |
SetFileComment(bool append, const char *comment) | GTXClient | |
SetGTXserverPath(const char *path) | GTXClient | |
SetIndice(const int indice) | GTXClient | |
SetSelection(const char *sel) | GTXClient | |
SetStudy(const char *study) | GTXClient | |
SetUnit(const char *unit) | GTXClient | |
SetUnitMode(int mode) | GTXClient | |
SetVariable(const char *variable) | GTXClient | |
SetVariableAsLineName(void) | GTXClient | |
SetVariableComment(bool append, const char *comment) | GTXClient | |
SetVariableUnit(const char *factor, const char *symbol) | GTXClient | |
UnitFactorFromSymbol(const char *symbol) | GTXClient | |
UnitSymbolFromFactor(double factor) | GTXClient | |
VariableExists(const char *variable) | GTXClient | |
VendorDataExists(const char *identifier, int level) | GTXClient | |
VendorDataGetVersion(const char *identifier, int level) | GTXClient | |
VendorDataRead(const char *identifier, int level) | GTXClient | |
VendorDataWrite(int level, const GTXVendorData &vdata) | GTXClient | |
WriteCharVariable(bool compress, const GTXCharData &cdata) | GTXClient | |
WriteCharVariableSub(gtx_long first, gtx_long last, bool compress, const GTXCharData &cdata) | GTXClient | |
WriteDoubleVariable(bool compress, const GTXDoubleData &ddata) | GTXClient | |
WriteDoubleVariableSub(gtx_long first, gtx_long last, bool compress, const GTXDoubleData &ddata) | GTXClient | |
WriteFaults(GTXFaultSystem fs) | GTXClient | |
WriteLineDoubleVariable(int line_index, const GTXDoubleData &ddata) | GTXClient | |
WriteSelectionVariable(const GTXByteArray data) | GTXClient | |
WriteSelectionVariableSub(const gtx_long first, const gtx_long last, const GTXByteArray data) | GTXClient |