GTXclient C API
GTXserver-15.0.3
|
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 |
GTXFault * | faults |
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.
double GTXFaultSystem::aux_var_test |
Test value for Auxiliary variables
Referenced by GTXClientFaultSystemDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
int GTXFaultSystem::aux_var_used |
Are the auxiliary variables used ?
Referenced by GTXClientFaultSystemDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
GTXFault* GTXFaultSystem::faults |
Fault array
Referenced by GTXClientFaultSystemDuplicate(), GTXClientFreeFaults(), GTXClientReadFaults(), and GTXClientWriteFaults().
int GTXFaultSystem::faults_2d |
Is the fault system defined in 2D or in 3D ?
Referenced by GTXClientFaultSystemDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
int GTXFaultSystem::n_faults |
Number of faults in the fault system
Referenced by GTXClientFaultSystemDuplicate(), GTXClientFreeFaults(), GTXClientReadFaults(), and GTXClientWriteFaults().