GTXclient C API  GTXserver-15.0.3
GTXFaultSystem Struct Reference

Description of a Fault System. More...

#include <GTXClient.h>

Data Fields

int faults_2d
 
int aux_var_used
 
double aux_var_test
 
int n_faults
 
GTXFaultfaults
 

Detailed Description

Description of a Fault System.

A Fault System describes the faults associated with a File. It is made of several Faults. All the faults are either 2D or 3D, the Fault System cannot mix the dimensions.

See Also
GTXFault
GTXClientGetFileInfo
Examples:
motif_client.c, text_client.c, text_list.c, and write_fault.c.

Field Documentation

double GTXFaultSystem::aux_var_test

Test value for Auxiliary variables

Examples:
write_fault.c.

Referenced by GTXClientFaultSystemDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().

int GTXFaultSystem::aux_var_used

Are the auxiliary variables used ?

Examples:
text_list.c, and write_fault.c.

Referenced by GTXClientFaultSystemDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().

int GTXFaultSystem::faults_2d

Is the fault system defined in 2D or in 3D ?

Examples:
text_list.c, and write_fault.c.

Referenced by GTXClientFaultSystemDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().

int GTXFaultSystem::n_faults

Number of faults in the fault system

Examples:
text_list.c, and write_fault.c.

Referenced by GTXClientFaultSystemDuplicate(), GTXClientFreeFaults(), GTXClientReadFaults(), and GTXClientWriteFaults().


The documentation for this struct was generated from the following file: